Uses of Class
software.amazon.awscdk.services.sagemaker.CfnClusterProps.Builder
Packages that use CfnClusterProps.Builder
-
Uses of CfnClusterProps.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnClusterProps.BuilderModifier and TypeMethodDescriptionCfnClusterProps.Builder.autoScaling(IResolvable autoScaling) Sets the value ofCfnClusterProps.getAutoScaling()CfnClusterProps.Builder.autoScaling(CfnCluster.ClusterAutoScalingConfigProperty autoScaling) Sets the value ofCfnClusterProps.getAutoScaling()static CfnClusterProps.BuilderCfnClusterProps.builder()CfnClusterProps.Builder.clusterName(String clusterName) Sets the value ofCfnClusterProps.getClusterName()CfnClusterProps.Builder.clusterRole(String clusterRole) Sets the value ofCfnClusterProps.getClusterRole()CfnClusterProps.Builder.instanceGroups(List<? extends Object> instanceGroups) Sets the value ofCfnClusterProps.getInstanceGroups()CfnClusterProps.Builder.instanceGroups(IResolvable instanceGroups) Sets the value ofCfnClusterProps.getInstanceGroups()CfnClusterProps.Builder.nodeProvisioningMode(String nodeProvisioningMode) Sets the value ofCfnClusterProps.getNodeProvisioningMode()CfnClusterProps.Builder.nodeRecovery(String nodeRecovery) Sets the value ofCfnClusterProps.getNodeRecovery()CfnClusterProps.Builder.orchestrator(IResolvable orchestrator) Sets the value ofCfnClusterProps.getOrchestrator()CfnClusterProps.Builder.orchestrator(CfnCluster.OrchestratorProperty orchestrator) Sets the value ofCfnClusterProps.getOrchestrator()CfnClusterProps.Builder.restrictedInstanceGroups(List<? extends Object> restrictedInstanceGroups) Sets the value ofCfnClusterProps.getRestrictedInstanceGroups()CfnClusterProps.Builder.restrictedInstanceGroups(IResolvable restrictedInstanceGroups) Sets the value ofCfnClusterProps.getRestrictedInstanceGroups()Sets the value ofCfnClusterProps.getTags()CfnClusterProps.Builder.tieredStorageConfig(IResolvable tieredStorageConfig) Sets the value ofCfnClusterProps.getTieredStorageConfig()CfnClusterProps.Builder.tieredStorageConfig(CfnCluster.TieredStorageConfigProperty tieredStorageConfig) Sets the value ofCfnClusterProps.getTieredStorageConfig()CfnClusterProps.Builder.vpcConfig(IResolvable vpcConfig) Sets the value ofCfnClusterProps.getVpcConfig()CfnClusterProps.Builder.vpcConfig(CfnCluster.VpcConfigProperty vpcConfig) Sets the value ofCfnClusterProps.getVpcConfig()Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnClusterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterProps.Builder.