public static interface UpdateFieldLevelEncryptionProfileRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateFieldLevelEncryptionProfileRequest.Builder,UpdateFieldLevelEncryptionProfileRequest>
build
overrideConfiguration
copy
applyMutation, build
UpdateFieldLevelEncryptionProfileRequest.Builder fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig fieldLevelEncryptionProfileConfig)
Request to update a field-level encryption profile.
fieldLevelEncryptionProfileConfig
- Request to update a field-level encryption profile.default UpdateFieldLevelEncryptionProfileRequest.Builder fieldLevelEncryptionProfileConfig(Consumer<FieldLevelEncryptionProfileConfig.Builder> fieldLevelEncryptionProfileConfig)
Request to update a field-level encryption profile.
This is a convenience that creates an instance of theFieldLevelEncryptionProfileConfig.Builder
avoiding the need to create one manually via FieldLevelEncryptionProfileConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)
.fieldLevelEncryptionProfileConfig
- a consumer that will call methods on FieldLevelEncryptionProfileConfig.Builder
fieldLevelEncryptionProfileConfig(FieldLevelEncryptionProfileConfig)
UpdateFieldLevelEncryptionProfileRequest.Builder id(String id)
The ID of the field-level encryption profile request.
id
- The ID of the field-level encryption profile request.UpdateFieldLevelEncryptionProfileRequest.Builder ifMatch(String ifMatch)
The value of the ETag
header that you received when retrieving the profile identity to update.
For example: E2QWRUHAPOMQZL
.
ifMatch
- The value of the ETag
header that you received when retrieving the profile identity to
update. For example: E2QWRUHAPOMQZL
.UpdateFieldLevelEncryptionProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateFieldLevelEncryptionProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.