Interface SimulationJobSummary.Builder

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