Uses of Interface
software.amazon.awssdk.services.cloudfront.model.FunctionList.Builder
-
Packages that use FunctionList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of FunctionList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return FunctionList.Builder Modifier and Type Method Description static FunctionList.BuilderFunctionList. builder()FunctionList.BuilderFunctionList.Builder. items(Collection<FunctionSummary> items)Contains the functions in the list.FunctionList.BuilderFunctionList.Builder. items(Consumer<FunctionSummary.Builder>... items)Contains the functions in the list.FunctionList.BuilderFunctionList.Builder. items(FunctionSummary... items)Contains the functions in the list.FunctionList.BuilderFunctionList.Builder. maxItems(Integer maxItems)The maximum number of functions requested.FunctionList.BuilderFunctionList.Builder. nextMarker(String nextMarker)If there are more items in the list than are in this response, this element is present.FunctionList.BuilderFunctionList.Builder. quantity(Integer quantity)The number of functions returned in the response.FunctionList.BuilderFunctionList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type FunctionList.Builder Modifier and Type Method Description static Class<? extends FunctionList.Builder>FunctionList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type FunctionList.Builder Modifier and Type Method Description default ListFunctionsResponse.BuilderListFunctionsResponse.Builder. functionList(Consumer<FunctionList.Builder> functionList)A list of CloudFront functions.
-