Uses of Interface
software.amazon.awssdk.services.sfn.model.StartExecutionRequest.Builder
Packages that use StartExecutionRequest.Builder
Package
Description
-
Uses of StartExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StartExecutionRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionStartExecutionRequest.builder()The string that contains the JSON input data for the execution, for example:Optional name of the execution.StartExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartExecutionRequest.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine to execute.StartExecutionRequest.toBuilder()StartExecutionRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartExecutionRequest.Builder>StartExecutionRequest.serializableBuilderClass()