public static interface WorkflowStep.Builder extends SdkPojo, CopyableBuilder<WorkflowStep.Builder,WorkflowStep>
| Modifier and Type | Method and Description |
|---|---|
default WorkflowStep.Builder |
copyStepDetails(Consumer<CopyStepDetails.Builder> copyStepDetails)
Details for a step that performs a file copy.
|
WorkflowStep.Builder |
copyStepDetails(CopyStepDetails copyStepDetails)
Details for a step that performs a file copy.
|
default WorkflowStep.Builder |
customStepDetails(Consumer<CustomStepDetails.Builder> customStepDetails)
Details for a step that invokes an Lambda function.
|
WorkflowStep.Builder |
customStepDetails(CustomStepDetails customStepDetails)
Details for a step that invokes an Lambda function.
|
default WorkflowStep.Builder |
decryptStepDetails(Consumer<DecryptStepDetails.Builder> decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
WorkflowStep.Builder |
decryptStepDetails(DecryptStepDetails decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
default WorkflowStep.Builder |
deleteStepDetails(Consumer<DeleteStepDetails.Builder> deleteStepDetails)
Details for a step that deletes the file.
|
WorkflowStep.Builder |
deleteStepDetails(DeleteStepDetails deleteStepDetails)
Details for a step that deletes the file.
|
default WorkflowStep.Builder |
tagStepDetails(Consumer<TagStepDetails.Builder> tagStepDetails)
Details for a step that creates one or more tags.
|
WorkflowStep.Builder |
tagStepDetails(TagStepDetails tagStepDetails)
Details for a step that creates one or more tags.
|
WorkflowStep.Builder |
type(String type)
Currently, the following step types are supported.
|
WorkflowStep.Builder |
type(WorkflowStepType type)
Currently, the following step types are supported.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkflowStep.Builder type(String type)
Currently, the following step types are supported.
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.
type - Currently, the following step types are supported.
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.
WorkflowStepType,
WorkflowStepTypeWorkflowStep.Builder type(WorkflowStepType type)
Currently, the following step types are supported.
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.
type - Currently, the following step types are supported.
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.
WorkflowStepType,
WorkflowStepTypeWorkflowStep.Builder copyStepDetails(CopyStepDetails copyStepDetails)
Details for a step that performs a file copy.
Consists of the following values:
A description
An Amazon S3 location for the destination of the file copy.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
copyStepDetails - Details for a step that performs a file copy.
Consists of the following values:
A description
An Amazon S3 location for the destination of the file copy.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
default WorkflowStep.Builder copyStepDetails(Consumer<CopyStepDetails.Builder> copyStepDetails)
Details for a step that performs a file copy.
Consists of the following values:
A description
An Amazon S3 location for the destination of the file copy.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
CopyStepDetails.Builder avoiding the
need to create one manually via CopyStepDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to copyStepDetails(CopyStepDetails).
copyStepDetails - a consumer that will call methods on CopyStepDetails.BuildercopyStepDetails(CopyStepDetails)WorkflowStep.Builder customStepDetails(CustomStepDetails customStepDetails)
Details for a step that invokes an Lambda function.
Consists of the Lambda function's name, target, and timeout (in seconds).
customStepDetails - Details for a step that invokes an Lambda function.
Consists of the Lambda function's name, target, and timeout (in seconds).
default WorkflowStep.Builder customStepDetails(Consumer<CustomStepDetails.Builder> customStepDetails)
Details for a step that invokes an Lambda function.
Consists of the Lambda function's name, target, and timeout (in seconds).
This is a convenience method that creates an instance of theCustomStepDetails.Builder avoiding the
need to create one manually via CustomStepDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to customStepDetails(CustomStepDetails).
customStepDetails - a consumer that will call methods on CustomStepDetails.BuildercustomStepDetails(CustomStepDetails)WorkflowStep.Builder deleteStepDetails(DeleteStepDetails deleteStepDetails)
Details for a step that deletes the file.
deleteStepDetails - Details for a step that deletes the file.default WorkflowStep.Builder deleteStepDetails(Consumer<DeleteStepDetails.Builder> deleteStepDetails)
Details for a step that deletes the file.
This is a convenience method that creates an instance of theDeleteStepDetails.Builder avoiding the
need to create one manually via DeleteStepDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deleteStepDetails(DeleteStepDetails).
deleteStepDetails - a consumer that will call methods on DeleteStepDetails.BuilderdeleteStepDetails(DeleteStepDetails)WorkflowStep.Builder tagStepDetails(TagStepDetails tagStepDetails)
Details for a step that creates one or more tags.
You specify one or more tags. Each tag contains a key-value pair.
tagStepDetails - Details for a step that creates one or more tags.
You specify one or more tags. Each tag contains a key-value pair.
default WorkflowStep.Builder tagStepDetails(Consumer<TagStepDetails.Builder> tagStepDetails)
Details for a step that creates one or more tags.
You specify one or more tags. Each tag contains a key-value pair.
This is a convenience method that creates an instance of theTagStepDetails.Builder avoiding the need
to create one manually via TagStepDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to tagStepDetails(TagStepDetails).
tagStepDetails - a consumer that will call methods on TagStepDetails.BuildertagStepDetails(TagStepDetails)WorkflowStep.Builder decryptStepDetails(DecryptStepDetails decryptStepDetails)
Details for a step that decrypts an encrypted file.
Consists of the following values:
A descriptive name
An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
An S3 or Amazon EFS location for the destination of the file decryption.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
The type of encryption that's used. Currently, only PGP encryption is supported.
decryptStepDetails - Details for a step that decrypts an encrypted file.
Consists of the following values:
A descriptive name
An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
An S3 or Amazon EFS location for the destination of the file decryption.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
The type of encryption that's used. Currently, only PGP encryption is supported.
default WorkflowStep.Builder decryptStepDetails(Consumer<DecryptStepDetails.Builder> decryptStepDetails)
Details for a step that decrypts an encrypted file.
Consists of the following values:
A descriptive name
An Amazon S3 or Amazon Elastic File System (Amazon EFS) location for the source file to decrypt.
An S3 or Amazon EFS location for the destination of the file decryption.
A flag that indicates whether to overwrite an existing file of the same name. The default is
FALSE.
The type of encryption that's used. Currently, only PGP encryption is supported.
DecryptStepDetails.Builder avoiding the
need to create one manually via DecryptStepDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to decryptStepDetails(DecryptStepDetails).
decryptStepDetails - a consumer that will call methods on DecryptStepDetails.BuilderdecryptStepDetails(DecryptStepDetails)Copyright © 2023. All rights reserved.