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, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetFieldLevelEncryptionConfigResponse.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.BuilderfieldLevelEncryptionConfig(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 © 2017 Amazon Web Services, Inc. All Rights Reserved.