Uses of Class
software.amazon.awscdk.services.sagemaker.CfnPipelineProps.Builder
-
Uses of CfnPipelineProps.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionstatic CfnPipelineProps.Builder
CfnPipelineProps.builder()
CfnPipelineProps.Builder.parallelismConfiguration
(Object parallelismConfiguration) Sets the value ofCfnPipelineProps.getParallelismConfiguration()
CfnPipelineProps.Builder.pipelineDefinition
(Object pipelineDefinition) Sets the value ofCfnPipelineProps.getPipelineDefinition()
CfnPipelineProps.Builder.pipelineDescription
(String pipelineDescription) Sets the value ofCfnPipelineProps.getPipelineDescription()
CfnPipelineProps.Builder.pipelineDisplayName
(String pipelineDisplayName) Sets the value ofCfnPipelineProps.getPipelineDisplayName()
CfnPipelineProps.Builder.pipelineName
(String pipelineName) Sets the value ofCfnPipelineProps.getPipelineName()
Sets the value ofCfnPipelineProps.getRoleArn()
Sets the value ofCfnPipelineProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPipelineProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPipelineProps.Builder
.