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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
domainThe 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.
 
- 
nameThe 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.
 
- 
simulationThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
- 
targetStatusThe 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:
 
- 
targetStatusThe 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:
 
 
-