JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.cloudfront.model

Class EncryptionEntity

    • Constructor Detail

      • EncryptionEntity

        public EncryptionEntity()
    • Method Detail

      • setPublicKeyId

        public void setPublicKeyId(String publicKeyId)

        The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

        Parameters:
        publicKeyId - The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
      • getPublicKeyId

        public String getPublicKeyId()

        The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

        Returns:
        The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
      • withPublicKeyId

        public EncryptionEntity withPublicKeyId(String publicKeyId)

        The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

        Parameters:
        publicKeyId - The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProviderId

        public void setProviderId(String providerId)

        The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

        Parameters:
        providerId - The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.
      • getProviderId

        public String getProviderId()

        The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

        Returns:
        The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.
      • withProviderId

        public EncryptionEntity withProviderId(String providerId)

        The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.

        Parameters:
        providerId - The provider associated with the public key being used for encryption. This value must also be provided with the private key for applications to be able to decrypt data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFieldPatterns

        public void setFieldPatterns(FieldPatterns fieldPatterns)

        Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

        Parameters:
        fieldPatterns - Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
      • getFieldPatterns

        public FieldPatterns getFieldPatterns()

        Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

        Returns:
        Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
      • withFieldPatterns

        public EncryptionEntity withFieldPatterns(FieldPatterns fieldPatterns)

        Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.

        Parameters:
        fieldPatterns - Field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted. You can provide the full field name, or any beginning characters followed by a wildcard (*). You can't overlap field patterns. For example, you can't have both ABC* and AB*. Note that field patterns are case-sensitive.
        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 によって変換されたページ (->オリジナル) /