Interface EncryptionConfig.Builder

    • Method Detail

      • keyId

        EncryptionConfig.Builder keyId​(String keyId)

        The ID of the KMS key used for encryption, if applicable.

        Parameters:
        keyId - The ID of the KMS key used for encryption, if applicable.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        EncryptionConfig.Builder status​(String status)

        The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

        Parameters:
        status - The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionStatus, EncryptionStatus
      • status

        EncryptionConfig.Builder status​(EncryptionStatus status)

        The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.

        Parameters:
        status - The encryption status. While the status is UPDATING, X-Ray may encrypt data with a combination of the new and old settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionStatus, EncryptionStatus
      • type

        EncryptionConfig.Builder type​(String type)

        The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.

        Parameters:
        type - The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType
      • type

        EncryptionConfig.Builder type​(EncryptionType type)

        The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.

        Parameters:
        type - The type of encryption. Set to KMS for encryption with KMS keys. Set to NONE for default encryption.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionType, EncryptionType