public static interface WorkflowListItem.Builder extends SdkPojo, CopyableBuilder<WorkflowListItem.Builder,WorkflowListItem>
| Modifier and Type | Method and Description |
|---|---|
WorkflowListItem.Builder |
arn(String arn)
The workflow's ARN.
|
WorkflowListItem.Builder |
creationTime(Instant creationTime)
When the workflow was created.
|
WorkflowListItem.Builder |
digest(String digest)
The workflow's digest.
|
WorkflowListItem.Builder |
id(String id)
The workflow's ID.
|
WorkflowListItem.Builder |
metadata(Map<String,String> metadata)
Any metadata available for workflow.
|
WorkflowListItem.Builder |
name(String name)
The workflow's name.
|
WorkflowListItem.Builder |
status(String status)
The workflow's status.
|
WorkflowListItem.Builder |
status(WorkflowStatus status)
The workflow's status.
|
WorkflowListItem.Builder |
type(String type)
The workflow's type.
|
WorkflowListItem.Builder |
type(WorkflowType type)
The workflow's type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowListItem.Builder arn(String arn)
The workflow's ARN.
arn - The workflow's ARN.WorkflowListItem.Builder id(String id)
The workflow's ID.
id - The workflow's ID.WorkflowListItem.Builder name(String name)
The workflow's name.
name - The workflow's name.WorkflowListItem.Builder status(String status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusWorkflowListItem.Builder status(WorkflowStatus status)
The workflow's status.
status - The workflow's status.WorkflowStatus,
WorkflowStatusWorkflowListItem.Builder type(String type)
The workflow's type.
type - The workflow's type.WorkflowType,
WorkflowTypeWorkflowListItem.Builder type(WorkflowType type)
The workflow's type.
type - The workflow's type.WorkflowType,
WorkflowTypeWorkflowListItem.Builder digest(String digest)
The workflow's digest.
digest - The workflow's digest.WorkflowListItem.Builder creationTime(Instant creationTime)
When the workflow was created.
creationTime - When the workflow was created.WorkflowListItem.Builder metadata(Map<String,String> metadata)
Any metadata available for workflow. The information listed may vary depending on the workflow, and there may also be no metadata to return.
metadata - Any metadata available for workflow. The information listed may vary depending on the workflow, and
there may also be no metadata to return.Copyright © 2023. All rights reserved.