Interface WorkflowVersionListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkflowVersionListItem.Builder,
,WorkflowVersionListItem> SdkBuilder<WorkflowVersionListItem.Builder,
,WorkflowVersionListItem> SdkPojo
- Enclosing class:
WorkflowVersionListItem
@Mutable
@NotThreadSafe
public static interface WorkflowVersionListItem.Builder
extends SdkPojo, CopyableBuilder<WorkflowVersionListItem.Builder,WorkflowVersionListItem>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the workflow version.creationTime
(Instant creationTime) The creation time of the workflow version.description
(String description) The description of the workflow version.The digist of the workflow version.Metadata for the workflow version.The status of the workflow version.status
(WorkflowStatus status) The status of the workflow version.The type of the workflow version.type
(WorkflowType type) The type of the workflow version.versionName
(String versionName) The name of the workflow version.workflowId
(String workflowId) The workflow's ID.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
ARN of the workflow version.
- Parameters:
arn
- ARN of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowId
The workflow's ID.
- Parameters:
workflowId
- The workflow's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionName
The name of the workflow version.
- Parameters:
versionName
- The name of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the workflow version.
- Parameters:
description
- The description of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the workflow version.
- Parameters:
status
- The status of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the workflow version.
- Parameters:
status
- The status of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the workflow version.
- Parameters:
type
- The type of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the workflow version.
- Parameters:
type
- The type of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
digest
The digist of the workflow version.
- Parameters:
digest
- The digist of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The creation time of the workflow version.
- Parameters:
creationTime
- The creation time of the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
Metadata for the workflow version.
- Parameters:
metadata
- Metadata for the workflow version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-