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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFieldLevelEncryptionConfigsResponse.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 method 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.BuilderfieldLevelEncryptionList(FieldLevelEncryptionList)Copyright © 2023. All rights reserved.