Interface GetAccountConfigurationResponse.Builder

    • Method Detail

      • encryptionConfig

        GetAccountConfigurationResponse.Builder encryptionConfig​(EncryptionConfig encryptionConfig)

        An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.

        Parameters:
        encryptionConfig - An EncryptionConfig object that contains the KMS key ARN that is used for encryption. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call UpdateAccountConfiguration. If you do not specify a customer-managed key, returns empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.