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(Consumer<GraphqlApi.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 graphqlApis(Consumer<GraphqlApi.Builder>... graphqlApis)
The GraphqlApi objects.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #graphqlApis(List) .graphqlApis - a consumer that will call methods on List.Builder #graphqlApis(List) 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.