Uses of Class
software.amazon.awscdk.services.sagemaker.CfnCluster.ClusterInstanceGroupProperty.Builder
-
Uses of CfnCluster.ClusterInstanceGroupProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnCluster.ClusterInstanceGroupProperty.builder()
CfnCluster.ClusterInstanceGroupProperty.Builder.currentCount
(Number currentCount) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getCurrentCount()
CfnCluster.ClusterInstanceGroupProperty.Builder.executionRole
(String executionRole) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getExecutionRole()
CfnCluster.ClusterInstanceGroupProperty.Builder.instanceCount
(Number instanceCount) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getInstanceCount()
CfnCluster.ClusterInstanceGroupProperty.Builder.instanceGroupName
(String instanceGroupName) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getInstanceGroupName()
CfnCluster.ClusterInstanceGroupProperty.Builder.instanceStorageConfigs
(List<? extends Object> instanceStorageConfigs) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getInstanceStorageConfigs()
CfnCluster.ClusterInstanceGroupProperty.Builder.instanceStorageConfigs
(IResolvable instanceStorageConfigs) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getInstanceStorageConfigs()
CfnCluster.ClusterInstanceGroupProperty.Builder.instanceType
(String instanceType) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getInstanceType()
CfnCluster.ClusterInstanceGroupProperty.Builder.lifeCycleConfig
(IResolvable lifeCycleConfig) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getLifeCycleConfig()
CfnCluster.ClusterInstanceGroupProperty.Builder.lifeCycleConfig
(CfnCluster.ClusterLifeCycleConfigProperty lifeCycleConfig) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getLifeCycleConfig()
CfnCluster.ClusterInstanceGroupProperty.Builder.onStartDeepHealthChecks
(List<String> onStartDeepHealthChecks) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getOnStartDeepHealthChecks()
CfnCluster.ClusterInstanceGroupProperty.Builder.overrideVpcConfig
(IResolvable overrideVpcConfig) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getOverrideVpcConfig()
CfnCluster.ClusterInstanceGroupProperty.Builder.overrideVpcConfig
(CfnCluster.VpcConfigProperty overrideVpcConfig) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getOverrideVpcConfig()
CfnCluster.ClusterInstanceGroupProperty.Builder.threadsPerCore
(Number threadsPerCore) Sets the value ofCfnCluster.ClusterInstanceGroupProperty.getThreadsPerCore()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClusterInstanceGroupProperty.Builder
.