public static interface GetGraphqlApiResponse.Builder extends AppSyncResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetGraphqlApiResponse.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.Builder
graphqlApi(GraphqlApi)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.