public static interface FunctionList.Builder extends SdkPojo, CopyableBuilder<FunctionList.Builder,FunctionList>
| Modifier and Type | Method and Description |
|---|---|
FunctionList.Builder |
items(Collection<FunctionSummary> items)
Contains the functions in the list.
|
FunctionList.Builder |
items(Consumer<FunctionSummary.Builder>... items)
Contains the functions in the list.
|
FunctionList.Builder |
items(FunctionSummary... items)
Contains the functions in the list.
|
FunctionList.Builder |
maxItems(Integer maxItems)
The maximum number of functions requested.
|
FunctionList.Builder |
nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present.
|
FunctionList.Builder |
quantity(Integer quantity)
The number of functions returned in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFunctionList.Builder nextMarker(String nextMarker)
If there are more items in the list than are in this response, this element is present. It contains the value
that you should use in the Marker field of a subsequent request to continue listing functions
where you left off.
nextMarker - If there are more items in the list than are in this response, this element is present. It contains
the value that you should use in the Marker field of a subsequent request to continue
listing functions where you left off.FunctionList.Builder maxItems(Integer maxItems)
The maximum number of functions requested.
maxItems - The maximum number of functions requested.FunctionList.Builder quantity(Integer quantity)
The number of functions returned in the response.
quantity - The number of functions returned in the response.FunctionList.Builder items(Collection<FunctionSummary> items)
Contains the functions in the list.
items - Contains the functions in the list.FunctionList.Builder items(FunctionSummary... items)
Contains the functions in the list.
items - Contains the functions in the list.FunctionList.Builder items(Consumer<FunctionSummary.Builder>... items)
Contains the functions in the list.
This is a convenience method that creates an instance of theFunctionSummary.Builder avoiding the need to create
one manually via FunctionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
FunctionSummary.Builder#items(java.util.Collection) Copyright © 2023. All rights reserved.