Class EncryptionInfo
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.EncryptionInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EncryptionInfo.Builder,EncryptionInfo>
@Generated("software.amazon.awssdk:codegen") public final class EncryptionInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EncryptionInfo.Builder,EncryptionInfo>
Includes encryption-related information, such as the AWS 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 interfaceEncryptionInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionInfo.Builderbuilder()EncryptionAtRestencryptionAtRest()The data-volume encryption details.EncryptionInTransitencryptionInTransit()The details for encryption 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 EncryptionInfo.Builder>serializableBuilderClass()EncryptionInfo.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
-
encryptionAtRest
public final EncryptionAtRest encryptionAtRest()
The data-volume encryption details.
- Returns:
The data-volume encryption details.
-
encryptionInTransit
public final EncryptionInTransit encryptionInTransit()
The details for encryption in transit.
- Returns:
The details for encryption in transit.
-
toBuilder
public EncryptionInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EncryptionInfo.Builder,EncryptionInfo>
-
builder
public static EncryptionInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends EncryptionInfo.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
-
-