Uses of Interface
software.amazon.awssdk.services.sfn.model.MapRunListItem.Builder
-
Packages that use MapRunListItem.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of MapRunListItem.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return MapRunListItem.Builder Modifier and Type Method Description static MapRunListItem.BuilderMapRunListItem. builder()MapRunListItem.BuilderMapRunListItem.Builder. executionArn(String executionArn)TheexecutionArnof the execution from which the Map Run was started.MapRunListItem.BuilderMapRunListItem.Builder. mapRunArn(String mapRunArn)The Amazon Resource Name (ARN) of the Map Run.MapRunListItem.BuilderMapRunListItem.Builder. startDate(Instant startDate)The date on which the Map Run started.MapRunListItem.BuilderMapRunListItem.Builder. stateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the executed state machine.MapRunListItem.BuilderMapRunListItem.Builder. stopDate(Instant stopDate)The date on which the Map Run stopped.MapRunListItem.BuilderMapRunListItem. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type MapRunListItem.Builder Modifier and Type Method Description static Class<? extends MapRunListItem.Builder>MapRunListItem. serializableBuilderClass()
-