Interface GetAccountConfigurationResponse.Builder

    • Method Detail

      • encryptionConfig

        GetAccountConfigurationResponse.Builder encryptionConfig​(EncryptionConfig encryptionConfig)

        An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call UpdateAccountConfiguration.

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