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 interface
FieldLevelEncryptionConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FieldLevelEncryptionConfig.Builder
builder()
String
callerReference()
A unique number that ensures the request can't be replayed.String
comment()
An optional comment about the configuration.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.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
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.List<SdkField<?>>
sdkFields()
static Class<? extends FieldLevelEncryptionConfig.Builder>
serializableBuilderClass()
FieldLevelEncryptionConfig.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
-
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:
toBuilder
in 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:
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.
-
-