Uses of Interface
software.amazon.awssdk.services.dataexchange.model.AssetDestinationEntry.Builder
-
Packages that use AssetDestinationEntry.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of AssetDestinationEntry.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return AssetDestinationEntry.Builder Modifier and Type Method Description AssetDestinationEntry.BuilderAssetDestinationEntry.Builder. assetId(String assetId)The unique identifier for the asset.AssetDestinationEntry.BuilderAssetDestinationEntry.Builder. bucket(String bucket)The Amazon S3 bucket that is the destination for the asset.static AssetDestinationEntry.BuilderAssetDestinationEntry. builder()AssetDestinationEntry.BuilderAssetDestinationEntry.Builder. key(String key)The name of the object in Amazon S3 for the asset.AssetDestinationEntry.BuilderAssetDestinationEntry. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type AssetDestinationEntry.Builder Modifier and Type Method Description static Class<? extends AssetDestinationEntry.Builder>AssetDestinationEntry. serializableBuilderClass()
-