Uses of Interface
software.amazon.awssdk.services.sfn.model.StartExecutionResponse.Builder
-
Packages that use StartExecutionResponse.Builder Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of StartExecutionResponse.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StartExecutionResponse.Builder Modifier and Type Method Description static StartExecutionResponse.BuilderStartExecutionResponse. builder()StartExecutionResponse.BuilderStartExecutionResponse.Builder. executionArn(String executionArn)The Amazon Resource Name (ARN) that identifies the execution.StartExecutionResponse.BuilderStartExecutionResponse.Builder. startDate(Instant startDate)The date the execution is started.StartExecutionResponse.BuilderStartExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StartExecutionResponse.Builder Modifier and Type Method Description static Class<? extends StartExecutionResponse.Builder>StartExecutionResponse. serializableBuilderClass()
-