Class FieldLevelEncryptionProfileSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionProfileSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<FieldLevelEncryptionProfileSummary.Builder,FieldLevelEncryptionProfileSummary>
@Generated("software.amazon.awssdk:codegen") public final class FieldLevelEncryptionProfileSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionProfileSummary.Builder,FieldLevelEncryptionProfileSummary>
The field-level encryption profile summary.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FieldLevelEncryptionProfileSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldLevelEncryptionProfileSummary.Builder
builder()
String
comment()
An optional comment for the field-level encryption profile summary.EncryptionEntities
encryptionEntities()
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
id()
ID for the field-level encryption profile summary.Instant
lastModifiedTime()
The time when the field-level encryption profile summary was last updated.String
name()
Name for the field-level encryption profile summary.Map<String,SdkField<?>>
sdkFieldNameToField()
List<SdkField<?>>
sdkFields()
static Class<? extends FieldLevelEncryptionProfileSummary.Builder>
serializableBuilderClass()
FieldLevelEncryptionProfileSummary.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()
ID for the field-level encryption profile summary.
- Returns:
- ID for the field-level encryption profile summary.
-
lastModifiedTime
public final Instant lastModifiedTime()
The time when the field-level encryption profile summary was last updated.
- Returns:
- The time when the field-level encryption profile summary was last updated.
-
name
public final String name()
Name for the field-level encryption profile summary.
- Returns:
- Name for the field-level encryption profile summary.
-
encryptionEntities
public final EncryptionEntities encryptionEntities()
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
- Returns:
- A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
-
comment
public final String comment()
An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
- Returns:
- An optional comment for the field-level encryption profile summary. The comment cannot be longer than 128 characters.
-
toBuilder
public FieldLevelEncryptionProfileSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<FieldLevelEncryptionProfileSummary.Builder,FieldLevelEncryptionProfileSummary>
-
builder
public static FieldLevelEncryptionProfileSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldLevelEncryptionProfileSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-