Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucketName(String bucketName)The name of an Amazon S3 bucket.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. objectKeyPrefix(String objectKeyPrefix)A string prefix for an Amazon S3 object key.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. destination(Consumer<S3Destination.Builder> destination)The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
-