public static interface GetGraphqlApiResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<GetGraphqlApiResponse.Builder,GetGraphqlApiResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetGraphqlApiResponse.Builder |
graphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)
The
GraphqlApi object. |
GetGraphqlApiResponse.Builder |
graphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetGraphqlApiResponse.Builder graphqlApi(GraphqlApi graphqlApi)
The GraphqlApi object.
graphqlApi - The GraphqlApi object.default GetGraphqlApiResponse.Builder graphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)
The GraphqlApi object.
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 graphqlApi(GraphqlApi).graphqlApi - a consumer that will call methods on GraphqlApi.BuildergraphqlApi(GraphqlApi)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.