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 Summary
Modifier and TypeMethodDescriptioncloudWatchEncryptionMode
(String cloudWatchEncryptionMode) The encryption mode to use for CloudWatch data.cloudWatchEncryptionMode
(CloudWatchEncryptionMode cloudWatchEncryptionMode) The encryption mode to use for CloudWatch data.The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-