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