| Package | Description |
|---|---|
| software.amazon.awssdk.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucketName(String bucketName)
The name of an Amazon S3 bucket.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.objectKeyPrefix(String objectKeyPrefix)
A string prefix for an Amazon S3 object key.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.destination(Consumer<S3Destination.Builder> destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
Copyright © 2023. All rights reserved.