public static interface AssetSourceEntry.Builder extends SdkPojo, CopyableBuilder<AssetSourceEntry.Builder,AssetSourceEntry>
| Modifier and Type | Method and Description |
|---|---|
AssetSourceEntry.Builder |
bucket(String bucket)
The Amazon S3 bucket that's part of the source of the asset.
|
AssetSourceEntry.Builder |
key(String key)
The name of the object in Amazon S3 for the asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetSourceEntry.Builder bucket(String bucket)
The Amazon S3 bucket that's part of the source of the asset.
bucket - The Amazon S3 bucket that's part of the source of the asset.AssetSourceEntry.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.