| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeInfo.Builder |
WorkflowTypeInfo.builder() |
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.creationDate(Date creationDate)
The date when this type was registered.
|
WorkflowTypeInfo.Builder |
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 |
WorkflowTypeInfo.Builder.description(String description)
The description of the type registered through RegisterWorkflowType.
|
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.status(RegistrationStatus status)
The current status of the workflow type.
|
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.status(String status)
The current status of the workflow type.
|
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.toBuilder() |
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.workflowType(WorkflowType workflowType)
The workflow type this information is about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WorkflowTypeInfo.Builder> |
WorkflowTypeInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.