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 Details

    • 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

      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

      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:
    • 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:
    • 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

      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: