static StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.builder() |
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.includedData(String includedData) |
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition.
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.includedData(IncludedData includedData) |
If your state machine definition is encrypted with a KMS key, callers must have kms:Decrypt
permission to decrypt the definition.
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.input(String input) |
The string that contains the JSON input data for the execution, for example:
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.name(String name) |
The name of the execution.
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.stateMachineArn(String stateMachineArn) |
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.toBuilder() |
|
StartSyncExecutionRequest.Builder |
StartSyncExecutionRequest.Builder.traceHeader(String traceHeader) |
Passes the X-Ray trace header.
|