Interface SimulationJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>,SdkBuilder<SimulationJobSummary.Builder,SimulationJobSummary>,SdkPojo
- Enclosing class:
- SimulationJobSummary
public static interface SimulationJobSummary.Builder extends SdkPojo, CopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimulationJobSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the simulation job.SimulationJobSummary.BuildercomputeType(String computeType)The compute type for the simulation job summary.SimulationJobSummary.BuildercomputeType(ComputeType computeType)The compute type for the simulation job summary.SimulationJobSummary.BuilderdataSourceNames(String... dataSourceNames)The names of the data sources.SimulationJobSummary.BuilderdataSourceNames(Collection<String> dataSourceNames)The names of the data sources.SimulationJobSummary.BuilderlastUpdatedAt(Instant lastUpdatedAt)The time, in milliseconds since the epoch, when the simulation job was last updated.SimulationJobSummary.Buildername(String name)The name of the simulation job.SimulationJobSummary.BuilderrobotApplicationNames(String... robotApplicationNames)A list of simulation job robot application names.SimulationJobSummary.BuilderrobotApplicationNames(Collection<String> robotApplicationNames)A list of simulation job robot application names.SimulationJobSummary.BuildersimulationApplicationNames(String... simulationApplicationNames)A list of simulation job simulation application names.SimulationJobSummary.BuildersimulationApplicationNames(Collection<String> simulationApplicationNames)A list of simulation job simulation application names.SimulationJobSummary.Builderstatus(String status)The status of the simulation job.SimulationJobSummary.Builderstatus(SimulationJobStatus status)The status of the simulation job.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
SimulationJobSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation job.
- Parameters:
arn- The Amazon Resource Name (ARN) of the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
SimulationJobSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job was last updated.
- Parameters:
lastUpdatedAt- The time, in milliseconds since the epoch, when the simulation job was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
SimulationJobSummary.Builder name(String name)
The name of the simulation job.
- Parameters:
name- The name of the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
SimulationJobSummary.Builder status(String status)
The status of the simulation job.
- Parameters:
status- The status of the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SimulationJobStatus,SimulationJobStatus
-
status
SimulationJobSummary.Builder status(SimulationJobStatus status)
The status of the simulation job.
- Parameters:
status- The status of the simulation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SimulationJobStatus,SimulationJobStatus
-
simulationApplicationNames
SimulationJobSummary.Builder simulationApplicationNames(Collection<String> simulationApplicationNames)
A list of simulation job simulation application names.
- Parameters:
simulationApplicationNames- A list of simulation job simulation application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
simulationApplicationNames
SimulationJobSummary.Builder simulationApplicationNames(String... simulationApplicationNames)
A list of simulation job simulation application names.
- Parameters:
simulationApplicationNames- A list of simulation job simulation application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotApplicationNames
SimulationJobSummary.Builder robotApplicationNames(Collection<String> robotApplicationNames)
A list of simulation job robot application names.
- Parameters:
robotApplicationNames- A list of simulation job robot application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
robotApplicationNames
SimulationJobSummary.Builder robotApplicationNames(String... robotApplicationNames)
A list of simulation job robot application names.
- Parameters:
robotApplicationNames- A list of simulation job robot application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceNames
SimulationJobSummary.Builder dataSourceNames(Collection<String> dataSourceNames)
The names of the data sources.
- Parameters:
dataSourceNames- The names of the data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceNames
SimulationJobSummary.Builder dataSourceNames(String... dataSourceNames)
The names of the data sources.
- Parameters:
dataSourceNames- The names of the data sources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeType
SimulationJobSummary.Builder computeType(String computeType)
The compute type for the simulation job summary.
- Parameters:
computeType- The compute type for the simulation job summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeType,ComputeType
-
computeType
SimulationJobSummary.Builder computeType(ComputeType computeType)
The compute type for the simulation job summary.
- Parameters:
computeType- The compute type for the simulation job summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeType,ComputeType
-
-