public static interface StartSyncExecutionResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<StartSyncExecutionResponse.Builder,StartSyncExecutionResponse>
| Modifier and Type | Method and Description |
|---|---|
StartSyncExecutionResponse.Builder |
billingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
default StartSyncExecutionResponse.Builder |
billingDetails(Consumer<BillingDetails.Builder> billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
|
StartSyncExecutionResponse.Builder |
cause(String causeValue)
A more detailed explanation of the cause of the failure.
|
StartSyncExecutionResponse.Builder |
error(String error)
The error code of the failure.
|
StartSyncExecutionResponse.Builder |
executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
|
StartSyncExecutionResponse.Builder |
input(String input)
The string that contains the JSON input data of the execution.
|
StartSyncExecutionResponse.Builder |
inputDetails(CloudWatchEventsExecutionDataDetails inputDetails)
Sets the value of the InputDetails property for this object.
|
default StartSyncExecutionResponse.Builder |
inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails)
Sets the value of the InputDetails property for this object.
|
StartSyncExecutionResponse.Builder |
name(String name)
The name of the execution.
|
StartSyncExecutionResponse.Builder |
output(String output)
The JSON output data of the execution.
|
StartSyncExecutionResponse.Builder |
outputDetails(CloudWatchEventsExecutionDataDetails outputDetails)
Sets the value of the OutputDetails property for this object.
|
default StartSyncExecutionResponse.Builder |
outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails)
Sets the value of the OutputDetails property for this object.
|
StartSyncExecutionResponse.Builder |
startDate(Instant startDate)
The date the execution is started.
|
StartSyncExecutionResponse.Builder |
stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
|
StartSyncExecutionResponse.Builder |
status(String status)
The current status of the execution.
|
StartSyncExecutionResponse.Builder |
status(SyncExecutionStatus status)
The current status of the execution.
|
StartSyncExecutionResponse.Builder |
stopDate(Instant stopDate)
If the execution has already ended, the date the execution stopped.
|
StartSyncExecutionResponse.Builder |
traceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartSyncExecutionResponse.Builder executionArn(String executionArn)
The Amazon Resource Name (ARN) that identifies the execution.
executionArn - The Amazon Resource Name (ARN) that identifies the execution.StartSyncExecutionResponse.Builder stateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) that identifies the state machine.
stateMachineArn - The Amazon Resource Name (ARN) that identifies the state machine.StartSyncExecutionResponse.Builder name(String name)
The name of the execution.
name - The name of the execution.StartSyncExecutionResponse.Builder startDate(Instant startDate)
The date the execution is started.
startDate - The date the execution is started.StartSyncExecutionResponse.Builder stopDate(Instant stopDate)
If the execution has already ended, the date the execution stopped.
stopDate - If the execution has already ended, the date the execution stopped.StartSyncExecutionResponse.Builder status(String status)
The current status of the execution.
status - The current status of the execution.SyncExecutionStatus,
SyncExecutionStatusStartSyncExecutionResponse.Builder status(SyncExecutionStatus status)
The current status of the execution.
status - The current status of the execution.SyncExecutionStatus,
SyncExecutionStatusStartSyncExecutionResponse.Builder error(String error)
The error code of the failure.
error - The error code of the failure.StartSyncExecutionResponse.Builder cause(String causeValue)
A more detailed explanation of the cause of the failure.
causeValue - A more detailed explanation of the cause of the failure.StartSyncExecutionResponse.Builder input(String input)
The string that contains the JSON input data of the execution. 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 of the execution. Length constraints apply to the payload
size, and are expressed as bytes in UTF-8 encoding.StartSyncExecutionResponse.Builder inputDetails(CloudWatchEventsExecutionDataDetails inputDetails)
inputDetails - The new value for the InputDetails property for this object.default StartSyncExecutionResponse.Builder inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails)
CloudWatchEventsExecutionDataDetails.Builder
avoiding the need to create one manually via CloudWatchEventsExecutionDataDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to inputDetails(CloudWatchEventsExecutionDataDetails).inputDetails - a consumer that will call methods on CloudWatchEventsExecutionDataDetails.BuilderinputDetails(CloudWatchEventsExecutionDataDetails)StartSyncExecutionResponse.Builder output(String output)
The JSON output data of the execution. Length constraints apply to the payload size, and are expressed as bytes in UTF-8 encoding.
This field is set only if the execution succeeds. If the execution fails, this field is null.
output - The JSON output data of the execution. Length constraints apply to the payload size, and are expressed
as bytes in UTF-8 encoding. This field is set only if the execution succeeds. If the execution fails, this field is null.
StartSyncExecutionResponse.Builder outputDetails(CloudWatchEventsExecutionDataDetails outputDetails)
outputDetails - The new value for the OutputDetails property for this object.default StartSyncExecutionResponse.Builder outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails)
CloudWatchEventsExecutionDataDetails.Builder
avoiding the need to create one manually via CloudWatchEventsExecutionDataDetails.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to outputDetails(CloudWatchEventsExecutionDataDetails).outputDetails - a consumer that will call methods on CloudWatchEventsExecutionDataDetails.BuilderoutputDetails(CloudWatchEventsExecutionDataDetails)StartSyncExecutionResponse.Builder traceHeader(String traceHeader)
The AWS X-Ray trace header that was passed to the execution.
traceHeader - The AWS X-Ray trace header that was passed to the execution.StartSyncExecutionResponse.Builder billingDetails(BillingDetails billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
billingDetails - An object that describes workflow billing details, including billed duration and memory use.default StartSyncExecutionResponse.Builder billingDetails(Consumer<BillingDetails.Builder> billingDetails)
An object that describes workflow billing details, including billed duration and memory use.
This is a convenience that creates an instance of theBillingDetails.Builder avoiding the need to
create one manually via BillingDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to billingDetails(BillingDetails).billingDetails - a consumer that will call methods on BillingDetails.BuilderbillingDetails(BillingDetails)Copyright © 2020. All rights reserved.