Uses of Class
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.NetworkConfigProperty.Builder
-
Uses of CfnMonitoringSchedule.NetworkConfigProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnMonitoringSchedule.NetworkConfigProperty.builder()
CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption
(Boolean enableInterContainerTrafficEncryption) CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableInterContainerTrafficEncryption
(IResolvable enableInterContainerTrafficEncryption) CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableNetworkIsolation
(Boolean enableNetworkIsolation) Sets the value ofCfnMonitoringSchedule.NetworkConfigProperty.getEnableNetworkIsolation()
CfnMonitoringSchedule.NetworkConfigProperty.Builder.enableNetworkIsolation
(IResolvable enableNetworkIsolation) Sets the value ofCfnMonitoringSchedule.NetworkConfigProperty.getEnableNetworkIsolation()
CfnMonitoringSchedule.NetworkConfigProperty.Builder.vpcConfig
(IResolvable vpcConfig) Sets the value ofCfnMonitoringSchedule.NetworkConfigProperty.getVpcConfig()
CfnMonitoringSchedule.NetworkConfigProperty.Builder.vpcConfig
(CfnMonitoringSchedule.VpcConfigProperty vpcConfig) Sets the value ofCfnMonitoringSchedule.NetworkConfigProperty.getVpcConfig()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.NetworkConfigProperty.Builder
.