Interface SimulationAppMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>,SdkBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>,SdkPojo
- Enclosing class:
- SimulationAppMetadata
public static interface SimulationAppMetadata.Builder extends SdkPojo, CopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimulationAppMetadata.Builderdomain(String domain)The domain of the app.SimulationAppMetadata.Buildername(String name)The name of the app.SimulationAppMetadata.Buildersimulation(String simulation)The name of the simulation of the app.SimulationAppMetadata.Builderstatus(String status)The current status of the app.SimulationAppMetadata.Builderstatus(SimulationAppStatus status)The current status of the app.SimulationAppMetadata.BuildertargetStatus(String targetStatus)The desired status of the app.SimulationAppMetadata.BuildertargetStatus(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 Detail
-
domain
SimulationAppMetadata.Builder domain(String 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
SimulationAppMetadata.Builder name(String 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
SimulationAppMetadata.Builder simulation(String 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
SimulationAppMetadata.Builder status(String 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:
SimulationAppStatus,SimulationAppStatus
-
status
SimulationAppMetadata.Builder status(SimulationAppStatus 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:
SimulationAppStatus,SimulationAppStatus
-
targetStatus
SimulationAppMetadata.Builder targetStatus(String 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:
SimulationAppTargetStatus,SimulationAppTargetStatus
-
targetStatus
SimulationAppMetadata.Builder targetStatus(SimulationAppTargetStatus 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:
SimulationAppTargetStatus,SimulationAppTargetStatus
-
-