Interface AssetDestinationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>,SdkBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>,SdkPojo
- Enclosing class:
- AssetDestinationEntry
public static interface AssetDestinationEntry.Builder extends SdkPojo, CopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetDestinationEntry.BuilderassetId(String assetId)The unique identifier for the asset.AssetDestinationEntry.Builderbucket(String bucket)The Amazon S3 bucket that is the destination for the asset.AssetDestinationEntry.Builderkey(String key)The name of the object in Amazon S3 for the asset.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetId
AssetDestinationEntry.Builder assetId(String assetId)
The unique identifier for the asset.
- Parameters:
assetId- The unique identifier for the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucket
AssetDestinationEntry.Builder bucket(String bucket)
The Amazon S3 bucket that is the destination for the asset.
- Parameters:
bucket- The Amazon S3 bucket that is the destination for the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
AssetDestinationEntry.Builder key(String key)
The name of the object in Amazon S3 for the asset.
- Parameters:
key- The name of the object in Amazon S3 for the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-