public static interface RequestCancelWorkflowExecutionRequest.Builder extends SWFRequest.Builder, CopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
Modifier and Type | Method and Description |
---|---|
RequestCancelWorkflowExecutionRequest.Builder |
domain(String domain)
The name of the domain containing the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RequestCancelWorkflowExecutionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
RequestCancelWorkflowExecutionRequest.Builder |
runId(String runId)
The runId of the workflow execution to cancel.
|
RequestCancelWorkflowExecutionRequest.Builder |
workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
|
build
requestOverrideConfig
copy
apply, build
RequestCancelWorkflowExecutionRequest.Builder domain(String domain)
The name of the domain containing the workflow execution to cancel.
domain
- The name of the domain containing the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
workflowId
- The workflowId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder runId(String runId)
The runId of the workflow execution to cancel.
runId
- The runId of the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RequestCancelWorkflowExecutionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.