public static interface SimulationAppMetadata.Builder extends SdkPojo, CopyableBuilder<SimulationAppMetadata.Builder,SimulationAppMetadata>
| Modifier and Type | Method and Description |
|---|---|
SimulationAppMetadata.Builder |
domain(String domain)
The domain of the app.
|
SimulationAppMetadata.Builder |
name(String name)
The name of the app.
|
SimulationAppMetadata.Builder |
simulation(String simulation)
The name of the simulation of the app.
|
SimulationAppMetadata.Builder |
status(SimulationAppStatus status)
The current status of the app.
|
SimulationAppMetadata.Builder |
status(String status)
The current status of the app.
|
SimulationAppMetadata.Builder |
targetStatus(SimulationAppTargetStatus targetStatus)
The desired status of the app.
|
SimulationAppMetadata.Builder |
targetStatus(String targetStatus)
The desired status of the app.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationAppMetadata.Builder domain(String domain)
The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
domain - The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.SimulationAppMetadata.Builder name(String name)
The name of the app.
name - The name of the app.SimulationAppMetadata.Builder simulation(String simulation)
The name of the simulation of the app.
simulation - The name of the simulation of the app.SimulationAppMetadata.Builder status(String status)
The current status of the app.
status - The current status of the app.SimulationAppStatus,
SimulationAppStatusSimulationAppMetadata.Builder status(SimulationAppStatus status)
The current status of the app.
status - The current status of the app.SimulationAppStatus,
SimulationAppStatusSimulationAppMetadata.Builder targetStatus(String targetStatus)
The desired status of the app.
targetStatus - The desired status of the app.SimulationAppTargetStatus,
SimulationAppTargetStatusSimulationAppMetadata.Builder targetStatus(SimulationAppTargetStatus targetStatus)
The desired status of the app.
targetStatus - The desired status of the app.SimulationAppTargetStatus,
SimulationAppTargetStatusCopyright © 2023. All rights reserved.