public static interface ListFunctionsResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
| Modifier and Type | Method and Description |
|---|---|
default ListFunctionsResponse.Builder |
functionList(Consumer<FunctionList.Builder> functionList)
A list of CloudFront functions.
|
ListFunctionsResponse.Builder |
functionList(FunctionList functionList)
A list of CloudFront functions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFunctionsResponse.Builder functionList(FunctionList functionList)
A list of CloudFront functions.
functionList - A list of CloudFront functions.default ListFunctionsResponse.Builder functionList(Consumer<FunctionList.Builder> functionList)
A list of CloudFront functions.
This is a convenience method that creates an instance of theFunctionList.Builder avoiding the need
to create one manually via FunctionList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to functionList(FunctionList).
functionList - a consumer that will call methods on FunctionList.BuilderfunctionList(FunctionList)Copyright © 2023. All rights reserved.