public static interface SimulationMetadata.Builder extends SdkPojo, CopyableBuilder<SimulationMetadata.Builder,SimulationMetadata>
| Modifier and Type | Method and Description |
|---|---|
SimulationMetadata.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation.
|
SimulationMetadata.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).
|
SimulationMetadata.Builder |
name(String name)
The name of the simulation.
|
SimulationMetadata.Builder |
status(SimulationStatus status)
The current status of the simulation.
|
SimulationMetadata.Builder |
status(String status)
The current status of the simulation.
|
SimulationMetadata.Builder |
targetStatus(SimulationTargetStatus targetStatus)
The desired status of the simulation.
|
SimulationMetadata.Builder |
targetStatus(String targetStatus)
The desired status of the simulation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationMetadata.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.SimulationMetadata.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).SimulationMetadata.Builder name(String name)
The name of the simulation.
name - The name of the simulation.SimulationMetadata.Builder status(String status)
The current status of the simulation.
status - The current status of the simulation.SimulationStatus,
SimulationStatusSimulationMetadata.Builder status(SimulationStatus status)
The current status of the simulation.
status - The current status of the simulation.SimulationStatus,
SimulationStatusSimulationMetadata.Builder targetStatus(String targetStatus)
The desired status of the simulation.
targetStatus - The desired status of the simulation.SimulationTargetStatus,
SimulationTargetStatusSimulationMetadata.Builder targetStatus(SimulationTargetStatus targetStatus)
The desired status of the simulation.
targetStatus - The desired status of the simulation.SimulationTargetStatus,
SimulationTargetStatusCopyright © 2023. All rights reserved.