@Stability(value=Stable) public static final class CfnPipeline.Builder extends Object implements software.amazon.jsii.Builder<CfnPipeline>
CfnPipeline.| Modifier and Type | Method and Description |
|---|---|
CfnPipeline |
build() |
static CfnPipeline.Builder |
create(software.constructs.Construct scope,
String id) |
CfnPipeline.Builder |
parallelismConfiguration(Object parallelismConfiguration)
`AWS::SageMaker::Pipeline.ParallelismConfiguration`.
|
CfnPipeline.Builder |
pipelineDefinition(Object pipelineDefinition)
The definition of the pipeline.
|
CfnPipeline.Builder |
pipelineDescription(String pipelineDescription)
The description of the pipeline.
|
CfnPipeline.Builder |
pipelineDisplayName(String pipelineDisplayName)
The display name of the pipeline.
|
CfnPipeline.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
CfnPipeline.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline.
|
CfnPipeline.Builder |
tags(List<? extends CfnTag> tags)
The tags of the pipeline.
|
@Stability(value=Stable) public static CfnPipeline.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnPipeline.Builder.@Stability(value=Stable) public CfnPipeline.Builder pipelineDefinition(Object pipelineDefinition)
This can be either a JSON string or an Amazon S3 location.
pipelineDefinition - The definition of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineName(String pipelineName)
pipelineName - The name of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder roleArn(String roleArn)
roleArn - The Amazon Resource Name (ARN) of the IAM role used to execute the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder parallelismConfiguration(Object parallelismConfiguration)
parallelismConfiguration - `AWS::SageMaker::Pipeline.ParallelismConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineDescription(String pipelineDescription)
pipelineDescription - The description of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineDisplayName(String pipelineDisplayName)
pipelineDisplayName - The display name of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder tags(List<? extends CfnTag> tags)
tags - The tags of the pipeline. This parameter is required.this@Stability(value=Stable) public CfnPipeline build()
build in interface software.amazon.jsii.Builder<CfnPipeline>Copyright © 2022. All rights reserved.