public static interface ListFieldLevelEncryptionConfigsResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListFieldLevelEncryptionConfigsResponse.Builder,ListFieldLevelEncryptionConfigsResponse>
Modifier and Type | Method and Description |
---|---|
default ListFieldLevelEncryptionConfigsResponse.Builder |
fieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
ListFieldLevelEncryptionConfigsResponse.Builder |
fieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this
account.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListFieldLevelEncryptionConfigsResponse.Builder fieldLevelEncryptionList(FieldLevelEncryptionList fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
fieldLevelEncryptionList
- Returns a list of all field-level encryption configurations that have been created in CloudFront for
this account.default ListFieldLevelEncryptionConfigsResponse.Builder fieldLevelEncryptionList(Consumer<FieldLevelEncryptionList.Builder> fieldLevelEncryptionList)
Returns a list of all field-level encryption configurations that have been created in CloudFront for this account.
This is a convenience that creates an instance of theFieldLevelEncryptionList.Builder
avoiding the
need to create one manually via FieldLevelEncryptionList.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to fieldLevelEncryptionList(FieldLevelEncryptionList)
.fieldLevelEncryptionList
- a consumer that will call methods on FieldLevelEncryptionList.Builder
fieldLevelEncryptionList(FieldLevelEncryptionList)
Copyright © 2019. All rights reserved.