public static final class CfnPipeline.OutputArtifactProperty.Builder
extends java.lang.Object
CfnPipeline.OutputArtifactProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPipeline.OutputArtifactProperty |
build()
Builds the configured instance.
|
CfnPipeline.OutputArtifactProperty.Builder |
name(java.lang.String name)
Sets the value of
CfnPipeline.OutputArtifactProperty.getName() |
public CfnPipeline.OutputArtifactProperty.Builder name(java.lang.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
public CfnPipeline.OutputArtifactProperty build()
CfnPipeline.OutputArtifactProperty
java.lang.NullPointerException
- if any required attribute was not provided