Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AutoMLSecurityConfig.Builder
-
Packages that use AutoMLSecurityConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLSecurityConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLSecurityConfig.Builder Modifier and Type Method Description static AutoMLSecurityConfig.BuilderAutoMLSecurityConfig. builder()AutoMLSecurityConfig.BuilderAutoMLSecurityConfig.Builder. enableInterContainerTrafficEncryption(Boolean enableInterContainerTrafficEncryption)Whether to use traffic encryption between the container layers.AutoMLSecurityConfig.BuilderAutoMLSecurityConfig. toBuilder()AutoMLSecurityConfig.BuilderAutoMLSecurityConfig.Builder. volumeKmsKeyId(String volumeKmsKeyId)The key used to encrypt stored data.default AutoMLSecurityConfig.BuilderAutoMLSecurityConfig.Builder. vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)The VPC configuration.AutoMLSecurityConfig.BuilderAutoMLSecurityConfig.Builder. vpcConfig(VpcConfig vpcConfig)The VPC configuration.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLSecurityConfig.Builder Modifier and Type Method Description static Class<? extends AutoMLSecurityConfig.Builder>AutoMLSecurityConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLSecurityConfig.Builder Modifier and Type Method Description default AutoMLJobConfig.BuilderAutoMLJobConfig.Builder. securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)The security configuration for traffic encryption or Amazon VPC settings.default CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)The security configuration for traffic encryption or Amazon VPC settings.default DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. securityConfig(Consumer<AutoMLSecurityConfig.Builder> securityConfig)Returns the security configuration for traffic encryption or Amazon VPC settings.
-