@Generated(value="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.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
FieldLevelEncryptionConfig.Builder  | 
| Modifier and Type | Method and 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)  | 
<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()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String callerReference()
A unique number that ensures the request can't be replayed.
public String comment()
An optional comment about the configuration.
public 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.
public 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.
public FieldLevelEncryptionConfig.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FieldLevelEncryptionConfig.Builder,FieldLevelEncryptionConfig>public static FieldLevelEncryptionConfig.Builder builder()
public static Class<? extends FieldLevelEncryptionConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.