public static interface WorkflowTypeInfo.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<WorkflowTypeInfo.Builder,WorkflowTypeInfo>
| Modifier and Type | Method and Description |
|---|---|
WorkflowTypeInfo.Builder |
creationDate(Date creationDate)
The date when this type was registered.
|
WorkflowTypeInfo.Builder |
deprecationDate(Date 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.
|
WorkflowTypeInfo.Builder |
workflowType(WorkflowType workflowType)
The workflow type this information is about.
|
copyapply, buildWorkflowTypeInfo.Builder workflowType(WorkflowType workflowType)
The workflow type this information is about.
workflowType - The workflow type this information is about.WorkflowTypeInfo.Builder status(String status)
The current status of the workflow type.
status - The current status of the workflow type.RegistrationStatusWorkflowTypeInfo.Builder status(RegistrationStatus status)
The current status of the workflow type.
status - The current status of the workflow type.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(Date creationDate)
The date when this type was registered.
creationDate - The date when this type was registered.WorkflowTypeInfo.Builder deprecationDate(Date 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 © 2017. All rights reserved.