@Stability(value=Stable) public static final class CfnWorkflow.DeleteStepDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflow.DeleteStepDetailsProperty>
CfnWorkflow.DeleteStepDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkflow.DeleteStepDetailsProperty |
build()
Builds the configured instance.
|
CfnWorkflow.DeleteStepDetailsProperty.Builder |
name(String name)
Sets the value of
CfnWorkflow.DeleteStepDetailsProperty.getName() |
CfnWorkflow.DeleteStepDetailsProperty.Builder |
sourceFileLocation(String sourceFileLocation)
Sets the value of
CfnWorkflow.DeleteStepDetailsProperty.getSourceFileLocation() |
@Stability(value=Stable) public CfnWorkflow.DeleteStepDetailsProperty.Builder name(String name)
CfnWorkflow.DeleteStepDetailsProperty.getName()name - The name of the step, used as an identifier.this@Stability(value=Stable) public CfnWorkflow.DeleteStepDetailsProperty.Builder sourceFileLocation(String sourceFileLocation)
CfnWorkflow.DeleteStepDetailsProperty.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.DeleteStepDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkflow.DeleteStepDetailsProperty>CfnWorkflow.DeleteStepDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.