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 Amazon 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, sdkFieldscopyapplyMutation, buildAssetDestinationEntry.Builder assetId(String assetId)
The unique identifier for the asset.
assetId - The unique identifier for the asset.AssetDestinationEntry.Builder bucket(String bucket)
The Amazon S3 bucket that is the destination for the asset.
bucket - The Amazon 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 © 2023. All rights reserved.