Interface AssetSourceEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetSourceEntry.Builder,AssetSourceEntry>,SdkBuilder<AssetSourceEntry.Builder,AssetSourceEntry>,SdkPojo
- Enclosing class:
- AssetSourceEntry
public static interface AssetSourceEntry.Builder extends SdkPojo, CopyableBuilder<AssetSourceEntry.Builder,AssetSourceEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetSourceEntry.Builderbucket(String bucket)The Amazon S3 bucket that's part of the source of the asset.AssetSourceEntry.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
-
bucket
AssetSourceEntry.Builder bucket(String bucket)
The Amazon S3 bucket that's part of the source of the asset.
- Parameters:
bucket- The Amazon S3 bucket that's part of the source of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
AssetSourceEntry.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.
-
-