public static interface StartSyncExecutionRequest.Builder extends SfnRequest.Builder, SdkPojo, CopyableBuilder<StartSyncExecutionRequest.Builder,StartSyncExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
StartSyncExecutionRequest.Builder |
input(String input)
The string that contains the JSON input data for the execution, for example:
|
StartSyncExecutionRequest.Builder |
name(String name)
The name of the execution.
|
StartSyncExecutionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSyncExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSyncExecutionRequest.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine to execute.
|
StartSyncExecutionRequest.Builder |
traceHeader(String traceHeader)
Passes the X-Ray trace header.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSyncExecutionRequest.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine to execute.
stateMachineArn - The Amazon Resource Name (ARN) of the state machine to execute.StartSyncExecutionRequest.Builder name(String name)
The name of the execution.
name - The name of the execution.StartSyncExecutionRequest.Builder input(String input)
The string that contains the JSON input data for the execution, for example:
"input": "{\"first_name\" : \"test\"}"
If you don't include any JSON input data, you still must include the two braces, for example:
"input": "{}"
Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
input - The string that contains the JSON input data for the execution, for example:
"input": "{\"first_name\" : \"test\"}"
If you don't include any JSON input data, you still must include the two braces, for example:
"input": "{}"
Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
StartSyncExecutionRequest.Builder traceHeader(String traceHeader)
Passes the X-Ray trace header. The trace header can also be passed in the request payload.
traceHeader - Passes the X-Ray trace header. The trace header can also be passed in the request payload.StartSyncExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartSyncExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.