Interface UpdateAssetRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateAssetRequest.Builder,UpdateAssetRequest>, DataExchangeRequest.Builder, SdkBuilder<UpdateAssetRequest.Builder,UpdateAssetRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateAssetRequest

public static interface UpdateAssetRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssetRequest.Builder,UpdateAssetRequest>
  • Method Details

    • assetId

      The unique identifier for an asset.

      Parameters:
      assetId - The unique identifier for an asset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSetId

      UpdateAssetRequest.Builder dataSetId(String dataSetId)

      The unique identifier for a data set.

      Parameters:
      dataSetId - The unique identifier for a data set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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:
      Returns a reference to this object so that method calls can be chained together.
    • revisionId

      UpdateAssetRequest.Builder revisionId(String revisionId)

      The unique identifier for a revision.

      Parameters:
      revisionId - The unique identifier for a revision.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.