public static interface UpdateGraphqlApiResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<UpdateGraphqlApiResponse.Builder,UpdateGraphqlApiResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateGraphqlApiResponse.Builder |
graphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)
The udpated
GraphqlApi object. |
UpdateGraphqlApiResponse.Builder |
graphqlApi(GraphqlApi graphqlApi)
The udpated
GraphqlApi object. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateGraphqlApiResponse.Builder graphqlApi(GraphqlApi graphqlApi)
The udpated GraphqlApi object.
graphqlApi - The udpated GraphqlApi object.default UpdateGraphqlApiResponse.Builder graphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)
The udpated 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.