public static interface ListFunctionsResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<ListFunctionsResponse.Builder,ListFunctionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsResponse.Builder |
functions(Collection<FunctionConfiguration> functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
functions(Consumer<FunctionConfiguration.Builder>... functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
functions(FunctionConfiguration... functions)
A list of
Function objects. |
ListFunctionsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the
next set of items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFunctionsResponse.Builder functions(Collection<FunctionConfiguration> functions)
A list of Function objects.
functions - A list of Function objects.ListFunctionsResponse.Builder functions(FunctionConfiguration... functions)
A list of Function objects.
functions - A list of Function objects.ListFunctionsResponse.Builder functions(Consumer<FunctionConfiguration.Builder>... functions)
A list of Function objects.
FunctionConfiguration.Builder avoiding the need to
create one manually via FunctionConfiguration.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #functions(List.
functions - a consumer that will call methods on
FunctionConfiguration.Builder#functions(java.util.Collection) ListFunctionsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which you can use to return
the next set of items in the list.Copyright © 2023. All rights reserved.