Class AwsMskClusterClusterInfoEncryptionInfoDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsMskClusterClusterInfoEncryptionInfoDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsMskClusterClusterInfoEncryptionInfoDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoDetails>
Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsMskClusterClusterInfoEncryptionInfoDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsMskClusterClusterInfoEncryptionInfoDetails.Builderbuilder()AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetailsencryptionAtRest()The data-volume encryption details.AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetailsencryptionInTransit()The settings for encrypting data in transit.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsMskClusterClusterInfoEncryptionInfoDetails.Builder>serializableBuilderClass()AwsMskClusterClusterInfoEncryptionInfoDetails.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
-
encryptionInTransit
public final AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails encryptionInTransit()
The settings for encrypting data in transit.
- Returns:
- The settings for encrypting data in transit.
-
encryptionAtRest
public final AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails encryptionAtRest()
The data-volume encryption details. You can't update encryption at rest settings for existing clusters.
- Returns:
- The data-volume encryption details. You can't update encryption at rest settings for existing clusters.
-
toBuilder
public AwsMskClusterClusterInfoEncryptionInfoDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsMskClusterClusterInfoEncryptionInfoDetails.Builder,AwsMskClusterClusterInfoEncryptionInfoDetails>
-
builder
public static AwsMskClusterClusterInfoEncryptionInfoDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsMskClusterClusterInfoEncryptionInfoDetails.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-