Interface MapRunListItem.Builder

    • Method Detail

      • executionArn

        MapRunListItem.Builder executionArn​(String executionArn)

        The executionArn of the execution from which the Map Run was started.

        Parameters:
        executionArn - The executionArn of the execution from which the Map Run was started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapRunArn

        MapRunListItem.Builder mapRunArn​(String mapRunArn)

        The Amazon Resource Name (ARN) of the Map Run.

        Parameters:
        mapRunArn - The Amazon Resource Name (ARN) of the Map Run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stateMachineArn

        MapRunListItem.Builder stateMachineArn​(String stateMachineArn)

        The Amazon Resource Name (ARN) of the executed state machine.

        Parameters:
        stateMachineArn - The Amazon Resource Name (ARN) of the executed state machine.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startDate

        MapRunListItem.Builder startDate​(Instant startDate)

        The date on which the Map Run started.

        Parameters:
        startDate - The date on which the Map Run started.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stopDate

        MapRunListItem.Builder stopDate​(Instant stopDate)

        The date on which the Map Run stopped.

        Parameters:
        stopDate - The date on which the Map Run stopped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.