| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.arn(String arn)
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
static DescribedWorkflow.Builder |
DescribedWorkflow.builder() |
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.description(String description)
Specifies the text description for the workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.tags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
DescribedWorkflow.Builder |
DescribedWorkflow.toBuilder() |
DescribedWorkflow.Builder |
DescribedWorkflow.Builder.workflowId(String workflowId)
A unique identifier for the workflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribedWorkflow.Builder> |
DescribedWorkflow.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkflowResponse.Builder |
DescribeWorkflowResponse.Builder.workflow(Consumer<DescribedWorkflow.Builder> workflow)
The structure that contains the details of the workflow.
|
Copyright © 2023. All rights reserved.