public static interface DescribeSimulationResponse.Builder extends SimSpaceWeaverResponse.Builder, SdkPojo, CopyableBuilder<DescribeSimulationResponse.Builder,DescribeSimulationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSimulationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation.
|
DescribeSimulationResponse.Builder |
creationTime(Instant creationTime)
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since
the Unix epoch (0:0:0.000, January 1, 1970).
|
DescribeSimulationResponse.Builder |
description(String description)
The description of the simulation.
|
DescribeSimulationResponse.Builder |
executionId(String executionId)
A universally unique identifier (UUID) for this simulation.
|
default DescribeSimulationResponse.Builder |
liveSimulationState(Consumer<LiveSimulationState.Builder> liveSimulationState)
A collection of additional state information, such as domain and clock configuration.
|
DescribeSimulationResponse.Builder |
liveSimulationState(LiveSimulationState liveSimulationState)
A collection of additional state information, such as domain and clock configuration.
|
default DescribeSimulationResponse.Builder |
loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Settings that control how SimSpace Weaver handles your simulation log data.
|
DescribeSimulationResponse.Builder |
loggingConfiguration(LoggingConfiguration loggingConfiguration)
Settings that control how SimSpace Weaver handles your simulation log data.
|
DescribeSimulationResponse.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).
|
DescribeSimulationResponse.Builder |
name(String name)
The name of the simulation.
|
DescribeSimulationResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes
to perform actions.
|
DescribeSimulationResponse.Builder |
schemaError(String schemaError)
Deprecated.
SchemaError is no longer used, check StartError instead.
|
default DescribeSimulationResponse.Builder |
schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
DescribeSimulationResponse.Builder |
schemaS3Location(S3Location schemaS3Location)
The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).
|
default DescribeSimulationResponse.Builder |
snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)
Sets the value of the SnapshotS3Location property for this object.
|
DescribeSimulationResponse.Builder |
snapshotS3Location(S3Location snapshotS3Location)
Sets the value of the SnapshotS3Location property for this object.
|
DescribeSimulationResponse.Builder |
startError(String startError)
An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the
STARTING state. |
DescribeSimulationResponse.Builder |
status(SimulationStatus status)
The current lifecycle state of the simulation.
|
DescribeSimulationResponse.Builder |
status(String status)
The current lifecycle state of the simulation.
|
DescribeSimulationResponse.Builder |
targetStatus(SimulationTargetStatus targetStatus)
The desired lifecycle state of the simulation.
|
DescribeSimulationResponse.Builder |
targetStatus(String targetStatus)
The desired lifecycle state of the simulation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSimulationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.DescribeSimulationResponse.Builder creationTime(Instant creationTime)
The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).
creationTime - The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC
since the Unix epoch (0:0:0.000, January 1, 1970).DescribeSimulationResponse.Builder description(String description)
The description of the simulation.
description - The description of the simulation.DescribeSimulationResponse.Builder executionId(String executionId)
A universally unique identifier (UUID) for this simulation.
executionId - A universally unique identifier (UUID) for this simulation.DescribeSimulationResponse.Builder liveSimulationState(LiveSimulationState liveSimulationState)
A collection of additional state information, such as domain and clock configuration.
liveSimulationState - A collection of additional state information, such as domain and clock configuration.default DescribeSimulationResponse.Builder liveSimulationState(Consumer<LiveSimulationState.Builder> liveSimulationState)
A collection of additional state information, such as domain and clock configuration.
This is a convenience method that creates an instance of theLiveSimulationState.Builder avoiding the
need to create one manually via LiveSimulationState.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to liveSimulationState(LiveSimulationState).
liveSimulationState - a consumer that will call methods on LiveSimulationState.BuilderliveSimulationState(LiveSimulationState)DescribeSimulationResponse.Builder loggingConfiguration(LoggingConfiguration loggingConfiguration)
Settings that control how SimSpace Weaver handles your simulation log data.
loggingConfiguration - Settings that control how SimSpace Weaver handles your simulation log data.default DescribeSimulationResponse.Builder loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)
Settings that control how SimSpace Weaver handles your simulation log data.
This is a convenience method that creates an instance of theLoggingConfiguration.Builder avoiding
the need to create one manually via LoggingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to loggingConfiguration(LoggingConfiguration).
loggingConfiguration - a consumer that will call methods on LoggingConfiguration.BuilderloggingConfiguration(LoggingConfiguration)DescribeSimulationResponse.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.DescribeSimulationResponse.Builder name(String name)
The name of the simulation.
name - The name of the simulation.DescribeSimulationResponse.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.@Deprecated DescribeSimulationResponse.Builder schemaError(String schemaError)
An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.
schemaError - An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.DescribeSimulationResponse.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 .
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 .default DescribeSimulationResponse.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 .
This is a convenience method that creates an instance of theS3Location.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)DescribeSimulationResponse.Builder snapshotS3Location(S3Location snapshotS3Location)
snapshotS3Location - The new value for the SnapshotS3Location property for this object.default DescribeSimulationResponse.Builder snapshotS3Location(Consumer<S3Location.Builder> 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 snapshotS3Location(S3Location).
snapshotS3Location - a consumer that will call methods on S3Location.BuildersnapshotS3Location(S3Location)DescribeSimulationResponse.Builder startError(String startError)
An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the
STARTING state.
startError - An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the
STARTING state.DescribeSimulationResponse.Builder status(String status)
The current lifecycle state of the simulation.
status - The current lifecycle state of the simulation.SimulationStatus,
SimulationStatusDescribeSimulationResponse.Builder status(SimulationStatus status)
The current lifecycle state of the simulation.
status - The current lifecycle state of the simulation.SimulationStatus,
SimulationStatusDescribeSimulationResponse.Builder targetStatus(String targetStatus)
The desired lifecycle state of the simulation.
targetStatus - The desired lifecycle state of the simulation.SimulationTargetStatus,
SimulationTargetStatusDescribeSimulationResponse.Builder targetStatus(SimulationTargetStatus targetStatus)
The desired lifecycle state of the simulation.
targetStatus - The desired lifecycle state of the simulation.SimulationTargetStatus,
SimulationTargetStatusCopyright © 2023. All rights reserved.