| Package | Description |
|---|---|
| com.amazonaws.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
TagStepDetails |
TagStepDetails.clone() |
TagStepDetails |
WorkflowStep.getTagStepDetails()
Details for a step that creates one or more tags.
|
TagStepDetails |
TagStepDetails.withName(String name)
The name of the step, used as an identifier.
|
TagStepDetails |
TagStepDetails.withSourceFileLocation(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.
|
TagStepDetails |
TagStepDetails.withTags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails |
TagStepDetails.withTags(S3Tag... tags)
Array that contains from 1 to 10 key/value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowStep.setTagStepDetails(TagStepDetails tagStepDetails)
Details for a step that creates one or more tags.
|
WorkflowStep |
WorkflowStep.withTagStepDetails(TagStepDetails tagStepDetails)
Details for a step that creates one or more tags.
|
Copyright © 2022. All rights reserved.