Class CloudWatchEncryption
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.CloudWatchEncryption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>
@Generated("software.amazon.awssdk:codegen") public final class CloudWatchEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>
Specifies how Amazon CloudWatch data should be encrypted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudWatchEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CloudWatchEncryption.Builderbuilder()CloudWatchEncryptionModecloudWatchEncryptionMode()The encryption mode to use for CloudWatch data.StringcloudWatchEncryptionModeAsString()The encryption mode to use for CloudWatch data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.List<SdkField<?>>sdkFields()static Class<? extends CloudWatchEncryption.Builder>serializableBuilderClass()CloudWatchEncryption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchEncryptionMode
public final CloudWatchEncryptionMode cloudWatchEncryptionMode()
The encryption mode to use for CloudWatch data.
If the service returns an enum value that is not available in the current SDK version,
cloudWatchEncryptionModewill returnCloudWatchEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudWatchEncryptionModeAsString().- Returns:
- The encryption mode to use for CloudWatch data.
- See Also:
CloudWatchEncryptionMode
-
cloudWatchEncryptionModeAsString
public final String cloudWatchEncryptionModeAsString()
The encryption mode to use for CloudWatch data.
If the service returns an enum value that is not available in the current SDK version,
cloudWatchEncryptionModewill returnCloudWatchEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcloudWatchEncryptionModeAsString().- Returns:
- The encryption mode to use for CloudWatch data.
- See Also:
CloudWatchEncryptionMode
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
- Returns:
- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
-
toBuilder
public CloudWatchEncryption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudWatchEncryption.Builder,CloudWatchEncryption>
-
builder
public static CloudWatchEncryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends CloudWatchEncryption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-