Interface CloudWatchEncryption.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>, SdkBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>, SdkPojo
Enclosing class:
CloudWatchEncryption

public static interface CloudWatchEncryption.Builder extends SdkPojo, CopyableBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>
  • 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.