| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeInfo.Builder |
WorkflowTypeInfo.builder() |
WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.creationDate(Instant creationDate)
The date when this type was registered.
|
WorkflowTypeInfo.Builder |
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 |
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() |
default WorkflowTypeInfo.Builder |
WorkflowTypeInfo.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type this information is about.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowTypeResponse.Builder |
DescribeWorkflowTypeResponse.Builder.typeInfo(Consumer<WorkflowTypeInfo.Builder> typeInfo)
General information about the workflow type.
|
Copyright © 2020. All rights reserved.