JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.comprehend.model

Class DataSecurityConfig

    • Constructor Detail

      • DataSecurityConfig

        public DataSecurityConfig()
    • Method Detail

      • setModelKmsKeyId

        public void setModelKmsKeyId(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"

      • getModelKmsKeyId

        public String getModelKmsKeyId()

        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:
        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"

      • withModelKmsKeyId

        public DataSecurityConfig withModelKmsKeyId(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.
      • setVolumeKmsKeyId

        public void setVolumeKmsKeyId(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.
      • getVolumeKmsKeyId

        public String getVolumeKmsKeyId()

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

        Returns:
        ID for the KMS key that Amazon Comprehend uses to encrypt the volume.
      • withVolumeKmsKeyId

        public DataSecurityConfig withVolumeKmsKeyId(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.
      • setDataLakeKmsKeyId

        public void setDataLakeKmsKeyId(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.
      • getDataLakeKmsKeyId

        public String getDataLakeKmsKeyId()

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

        Returns:
        ID for the KMS key that Amazon Comprehend uses to encrypt the data in the data lake.
      • withDataLakeKmsKeyId

        public DataSecurityConfig withDataLakeKmsKeyId(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.
      • setVpcConfig

        public void setVpcConfig(VpcConfig vpcConfig)
        Parameters:
        vpcConfig -
      • getVpcConfig

        public VpcConfig getVpcConfig()
        Returns:
      • withVpcConfig

        public DataSecurityConfig withVpcConfig(VpcConfig vpcConfig)
        Parameters:
        vpcConfig -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /