Class CfnWorkflow.TagStepDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnWorkflow.TagStepDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflow.TagStepDetailsProperty>
- Enclosing interface:
CfnWorkflow.TagStepDetailsProperty
@Stability(Stable)
public static final class CfnWorkflow.TagStepDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflow.TagStepDetailsProperty>
A builder for
CfnWorkflow.TagStepDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWorkflow.TagStepDetailsProperty.getName()sourceFileLocation(String sourceFileLocation) Sets the value ofCfnWorkflow.TagStepDetailsProperty.getSourceFileLocation()tags(List<? extends CfnWorkflow.S3TagProperty> tags) Sets the value ofCfnWorkflow.TagStepDetailsProperty.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnWorkflow.TagStepDetailsProperty.getName()- Parameters:
name- The name of the step, used as an identifier.- Returns:
this
-
sourceFileLocation
@Stability(Stable) public CfnWorkflow.TagStepDetailsProperty.Builder sourceFileLocation(String sourceFileLocation) Sets the value ofCfnWorkflow.TagStepDetailsProperty.getSourceFileLocation()- Parameters:
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.- To use the previous file as the input, enter
${previous.file}. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. - To use the originally uploaded file location as input for this step, enter
${original.file}.
- To use the previous file as the input, enter
- Returns:
this
-
tags
@Stability(Stable) public CfnWorkflow.TagStepDetailsProperty.Builder tags(List<? extends CfnWorkflow.S3TagProperty> tags) Sets the value ofCfnWorkflow.TagStepDetailsProperty.getTags()- Parameters:
tags- Array that contains from 1 to 10 key/value pairs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflow.TagStepDetailsProperty>- Returns:
- a new instance of
CfnWorkflow.TagStepDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-