public static interface ListGraphqlApisResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<ListGraphqlApisResponse.Builder,ListGraphqlApisResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGraphqlApisResponse.Builder |
graphqlApis(Collection<GraphqlApi> graphqlApis)
The
GraphqlApi objects. |
ListGraphqlApisResponse.Builder |
graphqlApis(GraphqlApi... graphqlApis)
The
GraphqlApi objects. |
ListGraphqlApisResponse.Builder |
nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
buildcopyapply, buildListGraphqlApisResponse.Builder graphqlApis(Collection<GraphqlApi> graphqlApis)
The GraphqlApi objects.
graphqlApis - The GraphqlApi objects.ListGraphqlApisResponse.Builder graphqlApis(GraphqlApi... graphqlApis)
The GraphqlApi objects.
graphqlApis - The GraphqlApi objects.ListGraphqlApisResponse.Builder nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to be passed in the next request to this operation to return the next set of items in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.