public static interface CreateWorkflowRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkflowRequest.Builder,CreateWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkflowRequest.Builder |
description(String description)
A textual description for the workflow.
|
CreateWorkflowRequest.Builder |
onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CreateWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkflowRequest.Builder |
steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
|
CreateWorkflowRequest.Builder |
tags(Collection<Tag> tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs that can be used to group and search for workflows.
|
CreateWorkflowRequest.Builder |
tags(Tag... tags)
Key-value pairs that can be used to group and search for workflows.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkflowRequest.Builder description(String description)
A textual description for the workflow.
description - A textual description for the workflow.CreateWorkflowRequest.Builder steps(Collection<WorkflowStep> steps)
Specifies the details for the steps that are in the specified workflow.
The TYPE specifies which of the following actions is being taken for this step.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
Currently, copying and tagging are supported only on S3.
For file location, you specify either the Amazon S3 bucket and key, or the Amazon EFS file system ID and path.
steps - Specifies the details for the steps that are in the specified workflow.
The TYPE specifies which of the following actions is being taken for this step.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
Currently, copying and tagging are supported only on S3.
For file location, you specify either the Amazon S3 bucket and key, or the Amazon EFS file system ID and path.
CreateWorkflowRequest.Builder steps(WorkflowStep... steps)
Specifies the details for the steps that are in the specified workflow.
The TYPE specifies which of the following actions is being taken for this step.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
Currently, copying and tagging are supported only on S3.
For file location, you specify either the Amazon S3 bucket and key, or the Amazon EFS file system ID and path.
steps - Specifies the details for the steps that are in the specified workflow.
The TYPE specifies which of the following actions is being taken for this step.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
Currently, copying and tagging are supported only on S3.
For file location, you specify either the Amazon S3 bucket and key, or the Amazon EFS file system ID and path.
CreateWorkflowRequest.Builder steps(Consumer<WorkflowStep.Builder>... steps)
Specifies the details for the steps that are in the specified workflow.
The TYPE specifies which of the following actions is being taken for this step.
COPY - Copy the file to another location.
CUSTOM - Perform a custom step with an Lambda function target.
DECRYPT - Decrypt a file that was encrypted before it was uploaded.
DELETE - Delete the file.
TAG - Add a tag to the file.
Currently, copying and tagging are supported only on S3.
For file location, you specify either the Amazon S3 bucket and key, or the Amazon EFS file system ID and path.
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) CreateWorkflowRequest.Builder onExceptionSteps(Collection<WorkflowStep> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
For custom steps, the Lambda function needs to send FAILURE to the call back API to kick off the
exception steps. Additionally, if the Lambda does not send SUCCESS before it times out, the
exception steps are executed.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
For custom steps, the Lambda function needs to send FAILURE to the call back API to kick
off the exception steps. Additionally, if the Lambda does not send SUCCESS before it
times out, the exception steps are executed.
CreateWorkflowRequest.Builder onExceptionSteps(WorkflowStep... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
For custom steps, the Lambda function needs to send FAILURE to the call back API to kick off the
exception steps. Additionally, if the Lambda does not send SUCCESS before it times out, the
exception steps are executed.
onExceptionSteps - Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
For custom steps, the Lambda function needs to send FAILURE to the call back API to kick
off the exception steps. Additionally, if the Lambda does not send SUCCESS before it
times out, the exception steps are executed.
CreateWorkflowRequest.Builder onExceptionSteps(Consumer<WorkflowStep.Builder>... onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
For custom steps, the Lambda function needs to send FAILURE to the call back API to kick off the
exception steps. Additionally, if the Lambda does not send SUCCESS before it times out, the
exception steps are executed.
WorkflowStep.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) CreateWorkflowRequest.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.CreateWorkflowRequest.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.CreateWorkflowRequest.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) CreateWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.