Uses of Interface
software.amazon.awssdk.services.sfn.model.StartSyncExecutionRequest.Builder
-
Packages that use StartSyncExecutionRequest.Builder Package Description software.amazon.awssdk.services.sfn Step Functions software.amazon.awssdk.services.sfn.model -
-
Uses of StartSyncExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StartSyncExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<StartSyncExecutionResponse>SfnAsyncClient. startSyncExecution(Consumer<StartSyncExecutionRequest.Builder> startSyncExecutionRequest)Starts a Synchronous Express state machine execution.default StartSyncExecutionResponseSfnClient. startSyncExecution(Consumer<StartSyncExecutionRequest.Builder> startSyncExecutionRequest)Starts a Synchronous Express state machine execution. -
Uses of StartSyncExecutionRequest.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return StartSyncExecutionRequest.Builder Modifier and Type Method Description static StartSyncExecutionRequest.BuilderStartSyncExecutionRequest. builder()StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. input(String input)The string that contains the JSON input data for the execution, for example:StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. name(String name)The name of the execution.StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.Builder. stateMachineArn(String stateMachineArn)The Amazon Resource Name (ARN) of the state machine to execute.StartSyncExecutionRequest.BuilderStartSyncExecutionRequest. toBuilder()StartSyncExecutionRequest.BuilderStartSyncExecutionRequest.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 StartSyncExecutionRequest.Builder Modifier and Type Method Description static Class<? extends StartSyncExecutionRequest.Builder>StartSyncExecutionRequest. serializableBuilderClass()
-