Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FieldLevelEncryptionConfig.Builder
-
Packages that use FieldLevelEncryptionConfig.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FieldLevelEncryptionConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FieldLevelEncryptionConfig.Builder Modifier and Type Method Description static FieldLevelEncryptionConfig.Builder
FieldLevelEncryptionConfig. builder()
FieldLevelEncryptionConfig.Builder
FieldLevelEncryptionConfig.Builder. callerReference(String callerReference)
A unique number that ensures the request can't be replayed.FieldLevelEncryptionConfig.Builder
FieldLevelEncryptionConfig.Builder. comment(String comment)
An optional comment about the configuration.default FieldLevelEncryptionConfig.Builder
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.FieldLevelEncryptionConfig.Builder
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.default FieldLevelEncryptionConfig.Builder
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.FieldLevelEncryptionConfig.Builder
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.FieldLevelEncryptionConfig.Builder
FieldLevelEncryptionConfig. toBuilder()
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FieldLevelEncryptionConfig.Builder Modifier and Type Method Description static Class<? extends FieldLevelEncryptionConfig.Builder>
FieldLevelEncryptionConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FieldLevelEncryptionConfig.Builder Modifier and Type Method Description default CreateFieldLevelEncryptionConfigRequest.Builder
CreateFieldLevelEncryptionConfigRequest.Builder. fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
The request to create a new field-level encryption configuration.default FieldLevelEncryption.Builder
FieldLevelEncryption.Builder. fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
A complex data type that includes the profile configurations specified for field-level encryption.default GetFieldLevelEncryptionConfigResponse.Builder
GetFieldLevelEncryptionConfigResponse.Builder. fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.default UpdateFieldLevelEncryptionConfigRequest.Builder
UpdateFieldLevelEncryptionConfigRequest.Builder. fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Request to update a field-level encryption configuration.
-