@Stability(value=Stable) public static final class CfnPipeline.OutputArtifactProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.OutputArtifactProperty>
CfnPipeline.OutputArtifactProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.OutputArtifactProperty |
build()
Builds the configured instance.
|
CfnPipeline.OutputArtifactProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.OutputArtifactProperty.getName() |
@Stability(value=Stable) public CfnPipeline.OutputArtifactProperty.Builder name(String name)
CfnPipeline.OutputArtifactProperty.getName()name - The name of the output of an artifact, such as "My App". This parameter is required.
The output artifact name must exactly match the input artifact declared for a downstream action. However, the downstream action's input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.
Output artifact names must be unique within a pipeline.
this@Stability(value=Stable) public CfnPipeline.OutputArtifactProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.OutputArtifactProperty>CfnPipeline.OutputArtifactPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.