| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static TagStepDetails.Builder |
TagStepDetails.builder() |
TagStepDetails.Builder |
TagStepDetails.Builder.name(String name)
The name of the step, used as an identifier.
|
TagStepDetails.Builder |
TagStepDetails.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.
|
TagStepDetails.Builder |
TagStepDetails.Builder.tags(Collection<S3Tag> tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails.Builder |
TagStepDetails.Builder.tags(Consumer<S3Tag.Builder>... tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails.Builder |
TagStepDetails.Builder.tags(S3Tag... tags)
Array that contains from 1 to 10 key/value pairs.
|
TagStepDetails.Builder |
TagStepDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagStepDetails.Builder> |
TagStepDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WorkflowStep.Builder |
WorkflowStep.Builder.tagStepDetails(Consumer<TagStepDetails.Builder> tagStepDetails)
Details for a step that creates one or more tags.
|
Copyright © 2023. All rights reserved.