Uses of Interface
software.amazon.awssdk.services.sfn.model.StartSyncExecutionRequest.Builder
Packages that use StartSyncExecutionRequest.Builder
Package
Description
-
Uses of StartSyncExecutionRequest.Builder in software.amazon.awssdk.services.sfn
Method parameters in software.amazon.awssdk.services.sfn with type arguments of type StartSyncExecutionRequest.BuilderModifier and TypeMethodDescriptionSfnAsyncClient.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.BuilderModifier and TypeMethodDescriptionStartSyncExecutionRequest.builder()StartSyncExecutionRequest.Builder.includedData(String includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.StartSyncExecutionRequest.Builder.includedData(IncludedData includedData) If your state machine definition is encrypted with a KMS key, callers must havekms:Decryptpermission to decrypt the definition.The string that contains the JSON input data for the execution, for example:The name of the execution.StartSyncExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartSyncExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartSyncExecutionRequest.Builder.stateMachineArn(String stateMachineArn) The Amazon Resource Name (ARN) of the state machine to execute.StartSyncExecutionRequest.toBuilder()StartSyncExecutionRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartSyncExecutionRequest.Builder>StartSyncExecutionRequest.serializableBuilderClass()