@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 |
pipelineDefinition(Object pipelineDefinition)
`AWS::SageMaker::Pipeline.PipelineDefinition`.
|
CfnPipeline.Builder |
pipelineDescription(String pipelineDescription)
`AWS::SageMaker::Pipeline.PipelineDescription`.
|
CfnPipeline.Builder |
pipelineDisplayName(String pipelineDisplayName)
`AWS::SageMaker::Pipeline.PipelineDisplayName`.
|
CfnPipeline.Builder |
pipelineName(String pipelineName)
`AWS::SageMaker::Pipeline.PipelineName`.
|
CfnPipeline.Builder |
roleArn(String roleArn)
`AWS::SageMaker::Pipeline.RoleArn`.
|
CfnPipeline.Builder |
tags(List<? extends CfnTag> tags)
`AWS::SageMaker::Pipeline.Tags`.
|
@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)
pipelineDefinition - `AWS::SageMaker::Pipeline.PipelineDefinition`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineName(String pipelineName)
pipelineName - `AWS::SageMaker::Pipeline.PipelineName`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder roleArn(String roleArn)
roleArn - `AWS::SageMaker::Pipeline.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineDescription(String pipelineDescription)
pipelineDescription - `AWS::SageMaker::Pipeline.PipelineDescription`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder pipelineDisplayName(String pipelineDisplayName)
pipelineDisplayName - `AWS::SageMaker::Pipeline.PipelineDisplayName`. This parameter is required.this@Stability(value=Stable) public CfnPipeline.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::SageMaker::Pipeline.Tags`. This parameter is required.this@Stability(value=Stable) public CfnPipeline build()
build in interface software.amazon.jsii.Builder<CfnPipeline>Copyright © 2021. All rights reserved.