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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchEncryption.BuildercloudWatchEncryptionMode(String cloudWatchEncryptionMode)The encryption mode to use for CloudWatch data.CloudWatchEncryption.BuildercloudWatchEncryptionMode(CloudWatchEncryptionMode cloudWatchEncryptionMode)The encryption mode to use for CloudWatch data.CloudWatchEncryption.BuilderkmsKeyArn(String kmsKeyArn)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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,CloudWatchEncryptionMode
-
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:
CloudWatchEncryptionMode,CloudWatchEncryptionMode
-
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.
-
-