public static interface DescribeWorkflowTypeRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeWorkflowTypeRequest.Builder,DescribeWorkflowTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowTypeRequest.Builder |
domain(String domain)
The name of the domain in which this workflow type is registered.
|
DescribeWorkflowTypeRequest.Builder |
workflowType(WorkflowType workflowType)
The workflow type to describe.
|
copyapply, buildDescribeWorkflowTypeRequest.Builder domain(String domain)
The name of the domain in which this workflow type is registered.
domain - The name of the domain in which this workflow type is registered.DescribeWorkflowTypeRequest.Builder workflowType(WorkflowType workflowType)
The workflow type to describe.
workflowType - The workflow type to describe.Copyright © 2017. All rights reserved.