public static interface DeprecateWorkflowTypeRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<DeprecateWorkflowTypeRequest.Builder,DeprecateWorkflowTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DeprecateWorkflowTypeRequest.Builder |
domain(String domain)
The name of the domain in which the workflow type is registered.
|
DeprecateWorkflowTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeprecateWorkflowTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default DeprecateWorkflowTypeRequest.Builder |
workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type to deprecate.
|
DeprecateWorkflowTypeRequest.Builder |
workflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeprecateWorkflowTypeRequest.Builder domain(String domain)
The name of the domain in which the workflow type is registered.
domain - The name of the domain in which the workflow type is registered.DeprecateWorkflowTypeRequest.Builder workflowType(WorkflowType workflowType)
The workflow type to deprecate.
workflowType - The workflow type to deprecate.default DeprecateWorkflowTypeRequest.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type to deprecate.
This is a convenience method that creates an instance of theWorkflowType.Builder avoiding the need
to create one manually via WorkflowType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to workflowType(WorkflowType).workflowType - a consumer that will call methods on WorkflowType.BuilderworkflowType(WorkflowType)DeprecateWorkflowTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeprecateWorkflowTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.