Uses of Interface
software.amazon.awssdk.services.dataexchange.model.S3SnapshotAsset.Builder
-
Packages that use S3SnapshotAsset.Builder Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of S3SnapshotAsset.Builder in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return S3SnapshotAsset.Builder Modifier and Type Method Description static S3SnapshotAsset.BuilderS3SnapshotAsset. builder()S3SnapshotAsset.BuilderS3SnapshotAsset.Builder. size(Double size)The size of the Amazon S3 object that is the object.S3SnapshotAsset.BuilderS3SnapshotAsset. toBuilder()Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type S3SnapshotAsset.Builder Modifier and Type Method Description static Class<? extends S3SnapshotAsset.Builder>S3SnapshotAsset. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type S3SnapshotAsset.Builder Modifier and Type Method Description default AssetDetails.BuilderAssetDetails.Builder. s3SnapshotAsset(Consumer<S3SnapshotAsset.Builder> s3SnapshotAsset)The Amazon S3 object that is the asset.
-