Interface EncryptionConfig.Builder

    • Method Detail

      • resources

        EncryptionConfig.Builder resources​(Collection<String> resources)

        Specifies the resources to be encrypted. The only supported value is "secrets".

        Parameters:
        resources - Specifies the resources to be encrypted. The only supported value is "secrets".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        EncryptionConfig.Builder resources​(String... resources)

        Specifies the resources to be encrypted. The only supported value is "secrets".

        Parameters:
        resources - Specifies the resources to be encrypted. The only supported value is "secrets".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • provider

        EncryptionConfig.Builder provider​(Provider provider)

        Key Management Service (KMS) key. Either the ARN or the alias can be used.

        Parameters:
        provider - Key Management Service (KMS) key. Either the ARN or the alias can be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.