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 interface
EncryptionInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptionInfo.Builder
builder()
EncryptionAtRest
encryptionAtRest()
The data-volume encryption details.EncryptionInTransit
encryptionInTransit()
The details for encryption in transit.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends EncryptionInfo.Builder>
serializableBuilderClass()
EncryptionInfo.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-