public static interface DeprecateWorkflowTypeRequest.Builder extends software.amazon.awssdk.utils.builder.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 |
workflowType(WorkflowType workflowType)
The workflow type to deprecate.
|
copyapply, 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.Copyright © 2017. All rights reserved.