Class UpdateAssetRequest

    • Method Detail

      • assetId

        public final String assetId()

        The unique identifier for an asset.

        Returns:
        The unique identifier for an asset.
      • dataSetId

        public final String dataSetId()

        The unique identifier for a data set.

        Returns:
        The unique identifier for a data set.
      • name

        public final String name()

        The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy" or "Table(s) included in LF-tag policy" are used as the name.

        Returns:
        The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name. When exporting to Amazon S3, the asset name is used as default target Amazon S3 object key. When importing from Amazon API Gateway API, the API name is used as the asset name. When importing from Amazon Redshift, the datashare name is used as the asset name. When importing from AWS Lake Formation, the static values of "Database(s) included in the LF-tag policy" or "Table(s) included in LF-tag policy" are used as the name.
      • revisionId

        public final String revisionId()

        The unique identifier for a revision.

        Returns:
        The unique identifier for a revision.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object