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