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