public static interface ListFunctionsRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListFunctionsRequest.Builder,ListFunctionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFunctionsRequest.Builder |
apiId(String apiId)
The GraphQL API ID.
|
ListFunctionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results you want the request to return.
|
ListFunctionsRequest.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListFunctionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListFunctionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListFunctionsRequest.Builder apiId(String apiId)
The GraphQL API ID.
apiId - The GraphQL API ID.ListFunctionsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken - An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.ListFunctionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results you want the request to return.
maxResults - The maximum number of results you want the request to return.ListFunctionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListFunctionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.