public static interface DescribeWorkflowTypeResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkflowTypeResponse.Builder |
configuration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
|
DescribeWorkflowTypeResponse.Builder |
typeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
copyapply, buildDescribeWorkflowTypeResponse.Builder typeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
typeInfo - General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
DescribeWorkflowTypeResponse.Builder configuration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
configuration - Configuration settings of the workflow type registered through RegisterWorkflowTypeCopyright © 2017. All rights reserved.