Interface StartSimulationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartSimulationResponse.Builder,StartSimulationResponse>,SdkBuilder<StartSimulationResponse.Builder,StartSimulationResponse>,SdkPojo,SdkResponse.Builder,SimSpaceWeaverResponse.Builder
- Enclosing class:
- StartSimulationResponse
public static interface StartSimulationResponse.Builder extends SimSpaceWeaverResponse.Builder, SdkPojo, CopyableBuilder<StartSimulationResponse.Builder,StartSimulationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartSimulationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the simulation.StartSimulationResponse.BuildercreationTime(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.BuilderexecutionId(String executionId)A universally unique identifier (UUID) for this simulation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.simspaceweaver.model.SimSpaceWeaverResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
StartSimulationResponse.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
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).
- Parameters:
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).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionId
StartSimulationResponse.Builder executionId(String executionId)
A universally unique identifier (UUID) for this simulation.
- Parameters:
executionId- A universally unique identifier (UUID) for this simulation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-