public static interface DescribeWorkflowTypeResponse.Builder extends SwfResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowTypeResponse.Builder |
configuration(Consumer<WorkflowTypeConfiguration.Builder> configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
|
DescribeWorkflowTypeResponse.Builder |
configuration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
|
default DescribeWorkflowTypeResponse.Builder |
typeInfo(Consumer<WorkflowTypeInfo.Builder> typeInfo)
General information about the workflow type.
|
DescribeWorkflowTypeResponse.Builder |
typeInfo(WorkflowTypeInfo typeInfo)
General information about the workflow type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
REGISTERED – The type is registered and available. Workers supporting this type should be
running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in use.
You should keep workers supporting this type running. You cannot create new workflow executions of this type.
typeInfo - General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
REGISTERED – The type is registered and available. Workers supporting this type should be
running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in
use. You should keep workers supporting this type running. You cannot create new workflow executions
of this type.
default DescribeWorkflowTypeResponse.Builder typeInfo(Consumer<WorkflowTypeInfo.Builder> typeInfo)
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
REGISTERED – The type is registered and available. Workers supporting this type should be
running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in use.
You should keep workers supporting this type running. You cannot create new workflow executions of this type.
WorkflowTypeInfo.Builder avoiding the
need to create one manually via WorkflowTypeInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to typeInfo(WorkflowTypeInfo).typeInfo - a consumer that will call methods on WorkflowTypeInfo.BuildertypeInfo(WorkflowTypeInfo)DescribeWorkflowTypeResponse.Builder configuration(WorkflowTypeConfiguration configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
configuration - Configuration settings of the workflow type registered through RegisterWorkflowTypedefault DescribeWorkflowTypeResponse.Builder configuration(Consumer<WorkflowTypeConfiguration.Builder> configuration)
Configuration settings of the workflow type registered through RegisterWorkflowType
This is a convenience method that creates an instance of theWorkflowTypeConfiguration.Builder
avoiding the need to create one manually via WorkflowTypeConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configuration(WorkflowTypeConfiguration).configuration - a consumer that will call methods on WorkflowTypeConfiguration.Builderconfiguration(WorkflowTypeConfiguration)Copyright © 2022. All rights reserved.