Class AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails>
The data-volume encryption details. You can't update encryption at rest settings for existing clusters.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builderbuilder()StringdataVolumeKMSKeyId()The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder>serializableBuilderClass()AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.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
-
dataVolumeKMSKeyId
public final String dataVolumeKMSKeyId()
The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
- Returns:
- The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
-
toBuilder
public AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder toBuilder()
-
builder
public static AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails.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.
-
-