Interface AutoMLSecurityConfig.Builder

    • Method Detail

      • volumeKmsKeyId

        AutoMLSecurityConfig.Builder volumeKmsKeyId​(String volumeKmsKeyId)

        The key used to encrypt stored data.

        Parameters:
        volumeKmsKeyId - The key used to encrypt stored data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enableInterContainerTrafficEncryption

        AutoMLSecurityConfig.Builder enableInterContainerTrafficEncryption​(Boolean enableInterContainerTrafficEncryption)

        Whether to use traffic encryption between the container layers.

        Parameters:
        enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        AutoMLSecurityConfig.Builder vpcConfig​(VpcConfig vpcConfig)

        The VPC configuration.

        Parameters:
        vpcConfig - The VPC configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.