Interface CreateFieldLevelEncryptionConfigResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,,CreateFieldLevelEncryptionConfigResponse> SdkBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,,CreateFieldLevelEncryptionConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateFieldLevelEncryptionConfigResponse
public static interface CreateFieldLevelEncryptionConfigResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe current version of the field level encryption configuration.fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption) Returned when you create a new field-level encryption configuration.fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption) Returned when you create a new field-level encryption configuration.The fully qualified URI of the new configuration resource just created.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
fieldLevelEncryption
CreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption) Returned when you create a new field-level encryption configuration.
- Parameters:
 fieldLevelEncryption- Returned when you create a new field-level encryption configuration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fieldLevelEncryption
default CreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption) Returned when you create a new field-level encryption configuration.
This is a convenience method that creates an instance of theFieldLevelEncryption.Builderavoiding the need to create one manually viaFieldLevelEncryption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldLevelEncryption(FieldLevelEncryption).- Parameters:
 fieldLevelEncryption- a consumer that will call methods onFieldLevelEncryption.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
location
The fully qualified URI of the new configuration resource just created.
- Parameters:
 location- The fully qualified URI of the new configuration resource just created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eTag
The current version of the field level encryption configuration. For example:
E2QWRUHAPOMQZL.- Parameters:
 eTag- The current version of the field level encryption configuration. For example:E2QWRUHAPOMQZL.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -