public static interface WorkflowTypeInfo.Builder extends SdkPojo, CopyableBuilder<WorkflowTypeInfo.Builder,WorkflowTypeInfo>
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfo.Builder |
creationDate(Instant creationDate)
The date when this type was registered.
|
WorkflowTypeInfo.Builder |
deprecationDate(Instant deprecationDate)
If the type is in deprecated state, then it is set to the date when the type was deprecated.
|
WorkflowTypeInfo.Builder |
description(String description)
The description of the type registered through RegisterWorkflowType.
|
WorkflowTypeInfo.Builder |
status(RegistrationStatus status)
The current status of the workflow type.
|
WorkflowTypeInfo.Builder |
status(String status)
The current status of the workflow type.
|
default WorkflowTypeInfo.Builder |
workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type this information is about.
|
WorkflowTypeInfo.Builder |
workflowType(WorkflowType workflowType)
The workflow type this information is about.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowTypeInfo.Builder workflowType(WorkflowType workflowType)
The workflow type this information is about.
workflowType - The workflow type this information is about.default WorkflowTypeInfo.Builder workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type this information is about.
This is a convenience method 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)WorkflowTypeInfo.Builder status(String status)
The current status of the workflow type.
status - The current status of the workflow type.RegistrationStatus,
RegistrationStatusWorkflowTypeInfo.Builder status(RegistrationStatus status)
The current status of the workflow type.
status - The current status of the workflow type.RegistrationStatus,
RegistrationStatusWorkflowTypeInfo.Builder description(String description)
The description of the type registered through RegisterWorkflowType.
description - The description of the type registered through RegisterWorkflowType.WorkflowTypeInfo.Builder creationDate(Instant creationDate)
The date when this type was registered.
creationDate - The date when this type was registered.WorkflowTypeInfo.Builder deprecationDate(Instant deprecationDate)
If the type is in deprecated state, then it is set to the date when the type was deprecated.
deprecationDate - If the type is in deprecated state, then it is set to the date when the type was deprecated.Copyright © 2022. All rights reserved.