public static interface UndeprecateWorkflowTypeRequest.Builder extends SwfRequest.Builder, SdkPojo, CopyableBuilder<UndeprecateWorkflowTypeRequest.Builder,UndeprecateWorkflowTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
UndeprecateWorkflowTypeRequest.Builder |
domain(String domain)
The name of the domain of the deprecated workflow type.
|
UndeprecateWorkflowTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UndeprecateWorkflowTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UndeprecateWorkflowTypeRequest.Builder |
workflowType(Consumer<WorkflowType.Builder> workflowType)
The name of the domain of the deprecated workflow type.
|
UndeprecateWorkflowTypeRequest.Builder |
workflowType(WorkflowType workflowType)
The name of the domain of the deprecated workflow type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUndeprecateWorkflowTypeRequest.Builder domain(String domain)
The name of the domain of the deprecated workflow type.
domain - The name of the domain of the deprecated workflow type.UndeprecateWorkflowTypeRequest.Builder workflowType(WorkflowType workflowType)
The name of the domain of the deprecated workflow type.
workflowType - The name of the domain of the deprecated workflow type.default UndeprecateWorkflowTypeRequest.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The name of the domain of the deprecated workflow type.
This is a convenience 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)UndeprecateWorkflowTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUndeprecateWorkflowTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.