Uses of Interface
software.amazon.awssdk.services.sfn.model.StartExecutionRequest.Builder
-
Packages that use StartExecutionRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of StartExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StartExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StartExecutionResponse>SfnAsyncClient. startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest)Starts a state machine execution.default StartExecutionResponseSfnClient. startExecution(Consumer<StartExecutionRequest.Builder> startExecutionRequest)Starts a state machine execution. -
Uses of StartExecutionRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StartExecutionRequest.Builder Modifier and Type Method Description static StartExecutionRequest.BuilderStartExecutionRequest. builder()StartExecutionRequest.BuilderStartExecutionRequest.Builder. input(String input)The string that contains the JSON input data for the execution, for example:StartExecutionRequest.BuilderStartExecutionRequest.Builder. name(String name)Optional name of the execution.StartExecutionRequest.BuilderStartExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartExecutionRequest.BuilderStartExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartExecutionRequest.BuilderStartExecutionRequest.Builder. stateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the state machine to execute.StartExecutionRequest.BuilderStartExecutionRequest. toBuilder()StartExecutionRequest.BuilderStartExecutionRequest.Builder. traceHeader(String traceHeader)Passes the X-Ray trace header.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type StartExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StartExecutionRequest.Builder>StartExecutionRequest. serializableBuilderClass()
-