Interface WorkflowSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowSummary.Builder,,WorkflowSummary> SdkBuilder<WorkflowSummary.Builder,,WorkflowSummary> SdkPojo
- Enclosing class:
WorkflowSummary
@Mutable
@NotThreadSafe
public static interface WorkflowSummary.Builder
extends SdkPojo, CopyableBuilder<WorkflowSummary.Builder,WorkflowSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the workflow was created, in ISO 8601 date-time format.description(String description) The description of the workflow.modifiedAt(Instant modifiedAt) The timestamp when the workflow was last modified, in ISO 8601 date-time format.The name of the workflow.triggerMode(String triggerMode) The trigger mode for the workflow execution.workflowArn(String workflowArn) The Amazon Resource Name (ARN) of the workflow.workflowStatus(String workflowStatus) The current status of the workflow.workflowStatus(WorkflowStatus workflowStatus) The current status of the workflow.workflowVersion(String workflowVersion) The version identifier of the workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowArn
The Amazon Resource Name (ARN) of the workflow.
- Parameters:
workflowArn- The Amazon Resource Name (ARN) of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowVersion
The version identifier of the workflow.
- Parameters:
workflowVersion- The version identifier of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the workflow.
- Parameters:
name- The name of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the workflow.
- Parameters:
description- The description of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the workflow was created, in ISO 8601 date-time format.
- Parameters:
createdAt- The timestamp when the workflow was created, in ISO 8601 date-time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modifiedAt
The timestamp when the workflow was last modified, in ISO 8601 date-time format.
- Parameters:
modifiedAt- The timestamp when the workflow was last modified, in ISO 8601 date-time format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowStatus
The current status of the workflow.
- Parameters:
workflowStatus- The current status of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
workflowStatus
The current status of the workflow.
- Parameters:
workflowStatus- The current status of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
triggerMode
The trigger mode for the workflow execution.
- Parameters:
triggerMode- The trigger mode for the workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-