public static interface DescribedWorkflow.Builder extends SdkPojo, CopyableBuilder<DescribedWorkflow.Builder,DescribedWorkflow>
| Modifier and Type | Method and Description |
|---|---|
DescribedWorkflow.Builder |
arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
DescribedWorkflow.Builder |
description(String description)
Specifies the text description for the workflow.
|
DescribedWorkflow.Builder |
onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
tags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
workflowId(String workflowId)
A unique identifier for the workflow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribedWorkflow.Builder arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
arn - Specifies the unique Amazon Resource Name (ARN) for the workflow.DescribedWorkflow.Builder description(String description)
Specifies the text description for the workflow.
description - Specifies the text description for the workflow.DescribedWorkflow.Builder steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
steps - Specifies the details for the steps that are in the specified workflow.DescribedWorkflow.Builder steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
steps - Specifies the details for the steps that are in the specified workflow.DescribedWorkflow.Builder steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
This is a convenience method that creates an instance of theWorkflowStep.Builder avoiding the need to create one
manually via WorkflowStep.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #steps(List.
steps - a consumer that will call methods on
WorkflowStep.Builder#steps(java.util.Collection) DescribedWorkflow.Builder onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.DescribedWorkflow.Builder onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.DescribedWorkflow.Builder onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
This is a convenience method that creates an instance of theWorkflowStep.Builder avoiding the need to create one
manually via WorkflowStep.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #onExceptionSteps(List.
onExceptionSteps - a consumer that will call methods on
WorkflowStep.Builder#onExceptionSteps(java.util.Collection) DescribedWorkflow.Builder workflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.DescribedWorkflow.Builder tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
tags - Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to
workflows for any purpose.DescribedWorkflow.Builder tags(Tag... tags)
Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
tags - Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to
workflows for any purpose.DescribedWorkflow.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.