public static interface AssetDestinationEntry.Builder extends SdkPojo, CopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
Modifier and Type | Method and Description |
---|---|
AssetDestinationEntry.Builder |
assetId(String assetId)
The unique identifier for the asset.
|
AssetDestinationEntry.Builder |
bucket(String bucket)
The S3 bucket that is the destination for the asset.
|
AssetDestinationEntry.Builder |
key(String key)
The name of the object in Amazon S3 for the asset.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssetDestinationEntry.Builder assetId(String assetId)
The unique identifier for the asset.
assetId
- The unique identifier for the asset.AssetDestinationEntry.Builder bucket(String bucket)
The S3 bucket that is the destination for the asset.
bucket
- The S3 bucket that is the destination for the asset.AssetDestinationEntry.Builder key(String key)
The name of the object in Amazon S3 for the asset.
key
- The name of the object in Amazon S3 for the asset.Copyright © 2021. All rights reserved.