public static interface GetFieldLevelEncryptionConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetFieldLevelEncryptionConfigResponse.Builder,GetFieldLevelEncryptionConfigResponse>
Modifier and Type | Method and Description |
---|---|
GetFieldLevelEncryptionConfigResponse.Builder |
eTag(String eTag)
The current version of the field level encryption configuration.
|
default GetFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.
|
GetFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.
fieldLevelEncryptionConfig
- Return the field-level encryption configuration information.default GetFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.
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.Builder
fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)
GetFieldLevelEncryptionConfigResponse.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 © 2019. All rights reserved.