Interface RequestCancelWorkflowExecutionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
,SdkBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
,SdkPojo
,SdkRequest.Builder
,SwfRequest.Builder
- Enclosing class:
- RequestCancelWorkflowExecutionRequest
public static interface RequestCancelWorkflowExecutionRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<RequestCancelWorkflowExecutionRequest.Builder,RequestCancelWorkflowExecutionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestCancelWorkflowExecutionRequest.Builder
domain(String domain)
The name of the domain containing the workflow execution to cancel.RequestCancelWorkflowExecutionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
RequestCancelWorkflowExecutionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
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.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.swf.model.SwfRequest.Builder
build
-
-
-
-
Method Detail
-
domain
RequestCancelWorkflowExecutionRequest.Builder domain(String domain)
The name of the domain containing the workflow execution to cancel.
- Parameters:
domain
- The name of the domain containing the workflow execution to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
RequestCancelWorkflowExecutionRequest.Builder workflowId(String workflowId)
The workflowId of the workflow execution to cancel.
- Parameters:
workflowId
- The workflowId of the workflow execution to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runId
RequestCancelWorkflowExecutionRequest.Builder runId(String runId)
The runId of the workflow execution to cancel.
- Parameters:
runId
- The runId of the workflow execution to cancel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RequestCancelWorkflowExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
RequestCancelWorkflowExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-