| Package | Description |
|---|---|
| software.amazon.awssdk.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucketName(String bucketName)
The name of an Amazon S3 bucket.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.Builder.objectKey(String objectKey)
The key name of an object in Amazon S3.
|
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSimulationResponse.Builder |
DescribeSimulationResponse.Builder.schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
default StartSimulationRequest.Builder |
StartSimulationRequest.Builder.schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
default DescribeSimulationResponse.Builder |
DescribeSimulationResponse.Builder.snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)
Sets the value of the SnapshotS3Location property for this object.
|
default StartSimulationRequest.Builder |
StartSimulationRequest.Builder.snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
Copyright © 2023. All rights reserved.