Interface MapRunListItem.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MapRunListItem.Builder,MapRunListItem>, SdkBuilder<MapRunListItem.Builder,MapRunListItem>, SdkPojo
Enclosing class:
MapRunListItem

public static interface MapRunListItem.Builder extends SdkPojo, CopyableBuilder<MapRunListItem.Builder,MapRunListItem>
  • Method Details

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