@Stability(value=Stable) public static final class CfnPipelineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPipelineProps>
CfnPipelineProps| Constructor and Description |
|---|
Builder() |
@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 parallelismConfiguration(Object parallelismConfiguration)
CfnPipelineProps.getParallelismConfiguration()parallelismConfiguration - `AWS::SageMaker::Pipeline.ParallelismConfiguration`.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.