public static interface ListResolversRequest.Builder extends AppSyncRequest.Builder, CopyableBuilder<ListResolversRequest.Builder,ListResolversRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResolversRequest.Builder |
apiId(String apiId)
The API ID.
|
ListResolversRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results you want the request to return.
|
ListResolversRequest.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.
|
ListResolversRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListResolversRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListResolversRequest.Builder |
typeName(String typeName)
The type name.
|
buildrequestOverrideConfigcopyapply, buildListResolversRequest.Builder apiId(String apiId)
The API ID.
apiId - The API ID.ListResolversRequest.Builder typeName(String typeName)
The type name.
typeName - The type name.ListResolversRequest.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.ListResolversRequest.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.ListResolversRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListResolversRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.