public static interface StartSimulationResponse.Builder extends SimSpaceWeaverResponse.Builder, SdkPojo, CopyableBuilder<StartSimulationResponse.Builder,StartSimulationResponse>
| Modifier and Type | Method and Description |
|---|---|
StartSimulationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation.
|
StartSimulationResponse.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).
|
StartSimulationResponse.Builder |
executionId(String executionId)
A universally unique identifier (UUID) for this simulation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSimulationResponse.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.StartSimulationResponse.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).StartSimulationResponse.Builder executionId(String executionId)
A universally unique identifier (UUID) for this simulation.
executionId - A universally unique identifier (UUID) for this simulation.Copyright © 2023. All rights reserved.