Interface CloudWatchEncryption.Builder

  • Method Details

    • cloudWatchEncryptionMode

      CloudWatchEncryption.Builder cloudWatchEncryptionMode(String cloudWatchEncryptionMode)

      The encryption mode to use for CloudWatch data.

      Parameters:
      cloudWatchEncryptionMode - The encryption mode to use for CloudWatch data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cloudWatchEncryptionMode

      CloudWatchEncryption.Builder cloudWatchEncryptionMode(CloudWatchEncryptionMode cloudWatchEncryptionMode)

      The encryption mode to use for CloudWatch data.

      Parameters:
      cloudWatchEncryptionMode - The encryption mode to use for CloudWatch data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsKeyArn

      CloudWatchEncryption.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.