@Stability(value=Stable) public static final class CfnPipelineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPipelineProps>
CfnPipelineProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPipelineProps |
build()
Builds the configured instance.
|
CfnPipelineProps.Builder |
pipelineDefinition(Object pipelineDefinition)
Sets the value of
CfnPipelineProps.getPipelineDefinition() |
CfnPipelineProps.Builder |
pipelineDescription(String pipelineDescription)
Sets the value of
CfnPipelineProps.getPipelineDescription() |
CfnPipelineProps.Builder |
pipelineDisplayName(String pipelineDisplayName)
Sets the value of
CfnPipelineProps.getPipelineDisplayName() |
CfnPipelineProps.Builder |
pipelineName(String pipelineName)
Sets the value of
CfnPipelineProps.getPipelineName() |
CfnPipelineProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnPipelineProps.getRoleArn() |
CfnPipelineProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPipelineProps.getTags() |
@Stability(value=Stable) public CfnPipelineProps.Builder pipelineDefinition(Object pipelineDefinition)
CfnPipelineProps.getPipelineDefinition()pipelineDefinition - The definition of the pipeline. This parameter is required.
This can be either a JSON string or an Amazon S3 location.this@Stability(value=Stable) public CfnPipelineProps.Builder pipelineName(String pipelineName)
CfnPipelineProps.getPipelineName()pipelineName - The name of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipelineProps.Builder roleArn(String roleArn)
CfnPipelineProps.getRoleArn()roleArn - The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipelineProps.Builder pipelineDescription(String pipelineDescription)
CfnPipelineProps.getPipelineDescription()pipelineDescription - The description of the pipeline.this@Stability(value=Stable) public CfnPipelineProps.Builder pipelineDisplayName(String pipelineDisplayName)
CfnPipelineProps.getPipelineDisplayName()pipelineDisplayName - The display name of the pipeline.this@Stability(value=Stable) public CfnPipelineProps.Builder tags(List<? extends CfnTag> tags)
CfnPipelineProps.getTags()tags - The tags of the pipeline.this@Stability(value=Stable) public CfnPipelineProps build()
build in interface software.amazon.jsii.Builder<CfnPipelineProps>CfnPipelinePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.