public static interface UpdateFieldLevelEncryptionConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateFieldLevelEncryptionConfigResponse.Builder,UpdateFieldLevelEncryptionConfigResponse>
Modifier and Type | Method and Description |
---|---|
UpdateFieldLevelEncryptionConfigResponse.Builder |
eTag(String eTag)
The value of the
ETag header that you received when updating the configuration. |
default UpdateFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Return the results of updating the configuration.
|
UpdateFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
fieldLevelEncryption
- Return the results of updating the configuration.default UpdateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Return the results of updating the configuration.
This is a convenience that creates an instance of theFieldLevelEncryption.Builder
avoiding the need
to create one manually via FieldLevelEncryption.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to fieldLevelEncryption(FieldLevelEncryption)
.fieldLevelEncryption
- a consumer that will call methods on FieldLevelEncryption.Builder
fieldLevelEncryption(FieldLevelEncryption)
UpdateFieldLevelEncryptionConfigResponse.Builder eTag(String eTag)
The value of the ETag
header that you received when updating the configuration. For example:
E2QWRUHAPOMQZL
.
eTag
- The value of the ETag
header that you received when updating the configuration. For
example: E2QWRUHAPOMQZL
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.