public static interface StartSimulationRequest.Builder extends SimSpaceWeaverRequest.Builder, SdkPojo, CopyableBuilder<StartSimulationRequest.Builder,StartSimulationRequest>
| Modifier and Type | Method and Description |
|---|---|
StartSimulationRequest.Builder |
clientToken(String clientToken)
A value that you provide to ensure that repeated calls to this API operation using the same parameters
complete only once.
|
StartSimulationRequest.Builder |
description(String description)
The description of the simulation.
|
StartSimulationRequest.Builder |
maximumDuration(String maximumDuration)
The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or
days (d or D).
|
StartSimulationRequest.Builder |
name(String name)
The name of the simulation.
|
StartSimulationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSimulationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSimulationRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes
to perform actions.
|
default StartSimulationRequest.Builder |
schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
StartSimulationRequest.Builder |
schemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
default StartSimulationRequest.Builder |
snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
StartSimulationRequest.Builder |
snapshotS3Location(S3Location snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
|
StartSimulationRequest.Builder |
tags(Map<String,String> tags)
A list of tags for the simulation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSimulationRequest.Builder clientToken(String clientToken)
A value that you provide to ensure that repeated calls to this API operation using the same parameters
complete only once. A ClientToken is also known as an idempotency token. A
ClientToken expires after 24 hours.
clientToken - A value that you provide to ensure that repeated calls to this API operation using the same parameters
complete only once. A ClientToken is also known as an idempotency token. A
ClientToken expires after 24 hours.StartSimulationRequest.Builder description(String description)
The description of the simulation.
description - The description of the simulation.StartSimulationRequest.Builder maximumDuration(String maximumDuration)
The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or
days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D, or its
equivalent in the other units. The default value is 14D. A value equivalent to 0
makes the simulation immediately transition to Stopping as soon as it reaches
Started.
maximumDuration - The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H),
or days (d or D). The simulation stops when it reaches this limit. The maximum value is
14D, or its equivalent in the other units. The default value is 14D. A value
equivalent to 0 makes the simulation immediately transition to Stopping as
soon as it reaches Started.StartSimulationRequest.Builder name(String name)
The name of the simulation.
name - The name of the simulation.StartSimulationRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.
roleArn - The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation
assumes to perform actions. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM
roles, see IAM roles in
the Identity and Access Management User Guide.StartSimulationRequest.Builder schemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SchemaS3Location to start your simulation from a schema.
If you provide a SchemaS3Location then you can't provide a SnapshotS3Location.
schemaS3Location - The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more
information about Amazon S3, see the Amazon Simple Storage
Service User Guide .
Provide a SchemaS3Location to start your simulation from a schema.
If you provide a SchemaS3Location then you can't provide a
SnapshotS3Location.
default StartSimulationRequest.Builder schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SchemaS3Location to start your simulation from a schema.
If you provide a SchemaS3Location then you can't provide a SnapshotS3Location.
S3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to schemaS3Location(S3Location).
schemaS3Location - a consumer that will call methods on S3Location.BuilderschemaS3Location(S3Location)StartSimulationRequest.Builder snapshotS3Location(S3Location snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SnapshotS3Location to start your simulation from a snapshot.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
snapshotS3Location - The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more
information about Amazon S3, see the Amazon Simple Storage
Service User Guide .
Provide a SnapshotS3Location to start your simulation from a snapshot.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location then you can't provide a
SchemaS3Location.
default StartSimulationRequest.Builder snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)
The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3). For more information about Amazon S3, see the Amazon Simple Storage Service User Guide .
Provide a SnapshotS3Location to start your simulation from a snapshot.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
S3Location.Builder avoiding the need to
create one manually via S3Location.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to snapshotS3Location(S3Location).
snapshotS3Location - a consumer that will call methods on S3Location.BuildersnapshotS3Location(S3Location)StartSimulationRequest.Builder tags(Map<String,String> tags)
A list of tags for the simulation. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
tags - A list of tags for the simulation. For more information about tags, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference.StartSimulationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartSimulationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.