@Stability(value=Stable) public static final class CfnPipeline.InputArtifactProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline.InputArtifactProperty>
CfnPipeline.InputArtifactProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipeline.InputArtifactProperty |
build()
Builds the configured instance.
|
CfnPipeline.InputArtifactProperty.Builder |
name(String name)
Sets the value of
CfnPipeline.InputArtifactProperty.getName() |
@Stability(value=Stable) public CfnPipeline.InputArtifactProperty.Builder name(String name)
CfnPipeline.InputArtifactProperty.getName()name - The name of the artifact to be worked on (for example, "My App"). This parameter is required.
The input artifact of an action must exactly match the output artifact declared in a preceding action, but the 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.this@Stability(value=Stable) public CfnPipeline.InputArtifactProperty build()
build in interface software.amazon.jsii.Builder<CfnPipeline.InputArtifactProperty>CfnPipeline.InputArtifactPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.