Interface DataSecurityConfig.Builder

    • Method Detail

      • modelKmsKeyId

        DataSecurityConfig.Builder modelKmsKeyId​(String modelKmsKeyId)

        ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

        • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

        • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

        Parameters:
        modelKmsKeyId - ID for the KMS key that Amazon Comprehend uses to encrypt trained custom models. The ModelKmsKeyId can be either of the following formats:

        • KMS Key ID: "1234abcd-12ab-34cd-56ef-1234567890ab"

        • Amazon Resource Name (ARN) of a KMS Key: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • volumeKmsKeyId

        DataSecurityConfig.Builder volumeKmsKeyId​(String volumeKmsKeyId)

        ID for the KMS key that Amazon Comprehend uses to encrypt the volume.

        Parameters:
        volumeKmsKeyId - ID for the KMS key that Amazon Comprehend uses to encrypt the volume.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataLakeKmsKeyId

        DataSecurityConfig.Builder dataLakeKmsKeyId​(String dataLakeKmsKeyId)

        ID for the KMS key that Amazon Comprehend uses to encrypt the data in the data lake.

        Parameters:
        dataLakeKmsKeyId - ID for the KMS key that Amazon Comprehend uses to encrypt the data in the data lake.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfig

        DataSecurityConfig.Builder vpcConfig​(VpcConfig vpcConfig)
        Sets the value of the VpcConfig property for this object.
        Parameters:
        vpcConfig - The new value for the VpcConfig property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.