@Stability(value=Stable) public static final class CfnWorkflow.TagStepDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflow.TagStepDetailsProperty>
CfnWorkflow.TagStepDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkflow.TagStepDetailsProperty |
build()
Builds the configured instance.
|
CfnWorkflow.TagStepDetailsProperty.Builder |
name(String name)
Sets the value of
CfnWorkflow.TagStepDetailsProperty.getName() |
CfnWorkflow.TagStepDetailsProperty.Builder |
sourceFileLocation(String sourceFileLocation)
Sets the value of
CfnWorkflow.TagStepDetailsProperty.getSourceFileLocation() |
CfnWorkflow.TagStepDetailsProperty.Builder |
tags(List<? extends CfnWorkflow.S3TagProperty> tags)
Sets the value of
CfnWorkflow.TagStepDetailsProperty.getTags() |
@Stability(value=Stable) public CfnWorkflow.TagStepDetailsProperty.Builder name(String name)
CfnWorkflow.TagStepDetailsProperty.getName()name - The name of the step, used as an identifier.this@Stability(value=Stable) public CfnWorkflow.TagStepDetailsProperty.Builder sourceFileLocation(String sourceFileLocation)
CfnWorkflow.TagStepDetailsProperty.getSourceFileLocation()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.
${previous.file} . In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value.${original.file} .this@Stability(value=Stable) public CfnWorkflow.TagStepDetailsProperty.Builder tags(List<? extends CfnWorkflow.S3TagProperty> tags)
CfnWorkflow.TagStepDetailsProperty.getTags()tags - Array that contains from 1 to 10 key/value pairs.this@Stability(value=Stable) public CfnWorkflow.TagStepDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkflow.TagStepDetailsProperty>CfnWorkflow.TagStepDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.