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) |
ListResolversByFunctionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolversByFunctionRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListResolversByFunctionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.