public static interface ListResolversByFunctionRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<ListResolversByFunctionRequest.Builder,ListResolversByFunctionRequest>
Modifier and Type | Method and Description |
---|---|
ListResolversByFunctionRequest.Builder |
apiId(String apiId)
The API ID.
|
ListResolversByFunctionRequest.Builder |
functionId(String functionId)
The Function ID.
|
ListResolversByFunctionRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results you want the request to return.
|
ListResolversByFunctionRequest.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.
|
ListResolversByFunctionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResolversByFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListResolversByFunctionRequest.Builder apiId(String apiId)
The API ID.
apiId
- The API ID.ListResolversByFunctionRequest.Builder functionId(String functionId)
The Function ID.
functionId
- The Function ID.ListResolversByFunctionRequest.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.ListResolversByFunctionRequest.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.ListResolversByFunctionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListResolversByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.