Interface WorkflowDefinitionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkflowDefinitionSummary.Builder,,WorkflowDefinitionSummary> SdkBuilder<WorkflowDefinitionSummary.Builder,,WorkflowDefinitionSummary> SdkPojo
- Enclosing class:
WorkflowDefinitionSummary
@Mutable
@NotThreadSafe
public static interface WorkflowDefinitionSummary.Builder
extends SdkPojo, CopyableBuilder<WorkflowDefinitionSummary.Builder,WorkflowDefinitionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the workflow definition was created.The current status of the workflow definition.status(WorkflowDefinitionStatus status) The current status of the workflow definition.workflowDefinitionArn(String workflowDefinitionArn) The Amazon Resource Name (ARN) of the workflow definition.workflowDefinitionName(String workflowDefinitionName) The name of the workflow definition.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
-
workflowDefinitionArn
The Amazon Resource Name (ARN) of the workflow definition.
- Parameters:
workflowDefinitionArn- The Amazon Resource Name (ARN) of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowDefinitionName
The name of the workflow definition.
- Parameters:
workflowDefinitionName- The name of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the workflow definition was created.
- Parameters:
createdAt- The timestamp when the workflow definition was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the workflow definition.
- Parameters:
status- The current status of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the workflow definition.
- Parameters:
status- The current status of the workflow definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-