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