Class FieldLevelEncryptionConfig
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FieldLevelEncryptionConfig.Builder,FieldLevelEncryptionConfig>
@Generated("software.amazon.awssdk:codegen") public final class FieldLevelEncryptionConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FieldLevelEncryptionConfig.Builder,FieldLevelEncryptionConfig>
A complex data type that includes the profile configurations specified for field-level encryption.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFieldLevelEncryptionConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldLevelEncryptionConfig.Builderbuilder()StringcallerReference()A unique number that ensures the request can't be replayed.Stringcomment()An optional comment about the configuration.ContentTypeProfileConfigcontentTypeProfileConfig()A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()QueryArgProfileConfigqueryArgProfileConfig()A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FieldLevelEncryptionConfig.Builder>serializableBuilderClass()FieldLevelEncryptionConfig.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
-
callerReference
public final String callerReference()
A unique number that ensures the request can't be replayed.
- Returns:
- A unique number that ensures the request can't be replayed.
-
comment
public final String comment()
An optional comment about the configuration. The comment cannot be longer than 128 characters.
- Returns:
- An optional comment about the configuration. The comment cannot be longer than 128 characters.
-
queryArgProfileConfig
public final QueryArgProfileConfig queryArgProfileConfig()
A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
- Returns:
- A complex data type that specifies when to forward content if a profile isn't found and the profile that can be provided as a query argument in a request.
-
contentTypeProfileConfig
public final ContentTypeProfileConfig contentTypeProfileConfig()
A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
- Returns:
- A complex data type that specifies when to forward content if a content type isn't recognized and profiles to use as by default in a request if a query argument doesn't specify a profile to use.
-
toBuilder
public FieldLevelEncryptionConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FieldLevelEncryptionConfig.Builder,FieldLevelEncryptionConfig>
-
builder
public static FieldLevelEncryptionConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends FieldLevelEncryptionConfig.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
-
-