public static interface CreateSnapshotRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotRequest.Builder,CreateSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotRequest.Builder |
destination(Consumer<S3Destination.Builder> destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
CreateSnapshotRequest.Builder |
destination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
CreateSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
simulation(String simulation)
The name of the simulation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSnapshotRequest.Builder destination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
destination - The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the
snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
default CreateSnapshotRequest.Builder destination(Consumer<S3Destination.Builder> destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
This is a convenience method that creates an instance of theS3Destination.Builder avoiding the need
to create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(S3Destination).
destination - a consumer that will call methods on S3Destination.Builderdestination(S3Destination)CreateSnapshotRequest.Builder simulation(String simulation)
The name of the simulation.
simulation - The name of the simulation.CreateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.