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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MapRunListItem.BuilderexecutionArn(String executionArn)TheexecutionArnof the execution from which the Map Run was started.MapRunListItem.BuildermapRunArn(String mapRunArn)The Amazon Resource Name (ARN) of the Map Run.MapRunListItem.BuilderstartDate(Instant startDate)The date on which the Map Run started.MapRunListItem.BuilderstateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the executed state machine.MapRunListItem.BuilderstopDate(Instant stopDate)The date on which the Map Run stopped.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
executionArn
MapRunListItem.Builder executionArn(String executionArn)
The
executionArnof the execution from which the Map Run was started.- Parameters:
executionArn- TheexecutionArnof 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.
-
-