Interface FieldLevelEncryptionConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<FieldLevelEncryptionConfig.Builder,,FieldLevelEncryptionConfig> SdkBuilder<FieldLevelEncryptionConfig.Builder,,FieldLevelEncryptionConfig> SdkPojo
- Enclosing class:
 FieldLevelEncryptionConfig
- 
Method Summary
Modifier and TypeMethodDescriptioncallerReference(String callerReference) A unique number that ensures the request can't be replayed.An optional comment about the configuration.contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> 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.contentTypeProfileConfig(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.queryArgProfileConfig(Consumer<QueryArgProfileConfig.Builder> 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.queryArgProfileConfig(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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
callerReference
A unique number that ensures the request can't be replayed.
- Parameters:
 callerReference- A unique number that ensures the request can't be replayed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
comment
An optional comment about the configuration. The comment cannot be longer than 128 characters.
- Parameters:
 comment- An optional comment about the configuration. The comment cannot be longer than 128 characters.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryArgProfileConfig
FieldLevelEncryptionConfig.Builder queryArgProfileConfig(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.
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
queryArgProfileConfig
default FieldLevelEncryptionConfig.Builder queryArgProfileConfig(Consumer<QueryArgProfileConfig.Builder> 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.
This is a convenience method that creates an instance of theQueryArgProfileConfig.Builderavoiding the need to create one manually viaQueryArgProfileConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqueryArgProfileConfig(QueryArgProfileConfig).- Parameters:
 queryArgProfileConfig- a consumer that will call methods onQueryArgProfileConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
contentTypeProfileConfig
FieldLevelEncryptionConfig.Builder contentTypeProfileConfig(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.
- Parameters:
 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:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contentTypeProfileConfig
default FieldLevelEncryptionConfig.Builder contentTypeProfileConfig(Consumer<ContentTypeProfileConfig.Builder> 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.
This is a convenience method that creates an instance of theContentTypeProfileConfig.Builderavoiding the need to create one manually viaContentTypeProfileConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontentTypeProfileConfig(ContentTypeProfileConfig).- Parameters:
 contentTypeProfileConfig- a consumer that will call methods onContentTypeProfileConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -