public static interface UpdateAssetRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<UpdateAssetRequest.Builder,UpdateAssetRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAssetRequest.Builder |
assetId(String assetId)
The unique identifier for an asset.
|
UpdateAssetRequest.Builder |
dataSetId(String dataSetId)
The unique identifier for a data set.
|
UpdateAssetRequest.Builder |
name(String name)
The name of the asset.
|
UpdateAssetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAssetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateAssetRequest.Builder |
revisionId(String revisionId)
The unique identifier for a revision.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAssetRequest.Builder assetId(String assetId)
The unique identifier for an asset.
assetId - The unique identifier for an asset.UpdateAssetRequest.Builder dataSetId(String dataSetId)
The unique identifier for a data set.
dataSetId - The unique identifier for a data set.UpdateAssetRequest.Builder name(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.
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.UpdateAssetRequest.Builder revisionId(String revisionId)
The unique identifier for a revision.
revisionId - The unique identifier for a revision.UpdateAssetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAssetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.