public static interface ListGraphqlApisResponse.Builder extends AppSyncResponse.Builder, SdkPojo, 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 pass in the next request to this operation to return the next set of items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
GraphqlApi.Builder avoiding the need to create one
manually via GraphqlApi.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #graphqlApis(List.
graphqlApis - a consumer that will call methods on
GraphqlApi.Builder#graphqlApis(java.util.Collection) ListGraphqlApisResponse.Builder nextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to pass in the next request to this operation to return the next set of items in the
list.Copyright © 2023. All rights reserved.