Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.Builder Package Description software.amazon.awssdk.services.simspaceweaver SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud.software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.simspaceweaver
Method parameters in software.amazon.awssdk.services.simspaceweaver with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>SimSpaceWeaverAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of the specified simulation.default CreateSnapshotResponseSimSpaceWeaverClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of the specified simulation. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()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.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. destination(S3Destination destination)The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. simulation(String simulation)The name of the simulation.CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-