| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static DecryptStepDetails.Builder |
DecryptStepDetails.builder() |
default DecryptStepDetails.Builder |
DecryptStepDetails.Builder.destinationFileLocation(Consumer<InputFileLocation.Builder> destinationFileLocation)
Specifies the location for the file being decrypted.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.destinationFileLocation(InputFileLocation destinationFileLocation)
Specifies the location for the file being decrypted.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.name(String name)
The name of the step, used as an identifier.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.overwriteExisting(OverwriteExisting overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.overwriteExisting(String overwriteExisting)
A flag that indicates whether to overwrite an existing file of the same name.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.sourceFileLocation(String sourceFileLocation)
Specifies which file to use as input to the workflow step: either the output from the previous step, or the
originally uploaded file for the workflow.
|
DecryptStepDetails.Builder |
DecryptStepDetails.toBuilder() |
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.type(EncryptionType type)
The type of encryption used.
|
DecryptStepDetails.Builder |
DecryptStepDetails.Builder.type(String type)
The type of encryption used.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DecryptStepDetails.Builder> |
DecryptStepDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowStep.Builder |
WorkflowStep.Builder.decryptStepDetails(Consumer<DecryptStepDetails.Builder> decryptStepDetails)
Details for a step that decrypts an encrypted file.
|
Copyright © 2023. All rights reserved.