public static interface GetFieldLevelEncryptionResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetFieldLevelEncryptionResponse.Builder,GetFieldLevelEncryptionResponse>
Modifier and Type | Method and Description |
---|---|
GetFieldLevelEncryptionResponse.Builder |
eTag(String eTag)
The current version of the field level encryption configuration.
|
default GetFieldLevelEncryptionResponse.Builder |
fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Return the field-level encryption configuration information.
|
GetFieldLevelEncryptionResponse.Builder |
fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetFieldLevelEncryptionResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the field-level encryption configuration information.
fieldLevelEncryption
- Return the field-level encryption configuration information.default GetFieldLevelEncryptionResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Return the field-level encryption configuration information.
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)
GetFieldLevelEncryptionResponse.Builder eTag(String eTag)
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
eTag
- The current version of the field level encryption configuration. For example:
E2QWRUHAPOMQZL
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.