Class FieldLevelEncryption
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryption
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
@Generated("software.amazon.awssdk:codegen") public final class FieldLevelEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
A complex data type that includes the profile configurations and other options specified for field-level encryption.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FieldLevelEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldLevelEncryption.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
FieldLevelEncryptionConfig
fieldLevelEncryptionConfig()
A complex data type that includes the profile configurations specified for field-level encryption.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
id()
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.Instant
lastModifiedTime()
The last time the field-level encryption configuration was changed.List<SdkField<?>>
sdkFields()
static Class<? extends FieldLevelEncryption.Builder>
serializableBuilderClass()
FieldLevelEncryption.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
-
id
public final String id()
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
- Returns:
- The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
-
lastModifiedTime
public final Instant lastModifiedTime()
The last time the field-level encryption configuration was changed.
- Returns:
- The last time the field-level encryption configuration was changed.
-
fieldLevelEncryptionConfig
public final FieldLevelEncryptionConfig fieldLevelEncryptionConfig()
A complex data type that includes the profile configurations specified for field-level encryption.
- Returns:
- A complex data type that includes the profile configurations specified for field-level encryption.
-
toBuilder
public FieldLevelEncryption.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FieldLevelEncryption.Builder,FieldLevelEncryption>
-
builder
public static FieldLevelEncryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldLevelEncryption.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.
-
-