Interface SimulationAppMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SimulationAppMetadata.Builder,
,SimulationAppMetadata> SdkBuilder<SimulationAppMetadata.Builder,
,SimulationAppMetadata> SdkPojo
- Enclosing class:
SimulationAppMetadata
@Mutable
@NotThreadSafe
public static interface SimulationAppMetadata.Builder
extends SdkPojo, CopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain of the app.The name of the app.simulation
(String simulation) The name of the simulation of the app.The current status of the app.status
(SimulationAppStatus status) The current status of the app.targetStatus
(String targetStatus) The desired status of the app.targetStatus
(SimulationAppTargetStatus targetStatus) The desired status of the app.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
-
Method Details
-
domain
The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
- Parameters:
domain
- The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the app.
- Parameters:
name
- The name of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulation
The name of the simulation of the app.
- Parameters:
simulation
- The name of the simulation of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the app.
- Parameters:
status
- The current status of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the app.
- Parameters:
status
- The current status of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetStatus
The desired status of the app.
- Parameters:
targetStatus
- The desired status of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetStatus
The desired status of the app.
- Parameters:
targetStatus
- The desired status of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-