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