Interface CreateGraphqlApiResponse.Builder
-
- All Superinterfaces:
AppSyncResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateGraphqlApiResponse.Builder,CreateGraphqlApiResponse>,SdkBuilder<CreateGraphqlApiResponse.Builder,CreateGraphqlApiResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateGraphqlApiResponse
public static interface CreateGraphqlApiResponse.Builder extends AppSyncResponse.Builder, SdkPojo, CopyableBuilder<CreateGraphqlApiResponse.Builder,CreateGraphqlApiResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateGraphqlApiResponse.BuildergraphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)TheGraphqlApi.CreateGraphqlApiResponse.BuildergraphqlApi(GraphqlApi graphqlApi)TheGraphqlApi.-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
graphqlApi
CreateGraphqlApiResponse.Builder graphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi.- Parameters:
graphqlApi- TheGraphqlApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
graphqlApi
default CreateGraphqlApiResponse.Builder graphqlApi(Consumer<GraphqlApi.Builder> graphqlApi)
The
This is a convenience method that creates an instance of theGraphqlApi.GraphqlApi.Builderavoiding the need to create one manually viaGraphqlApi.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tographqlApi(GraphqlApi).- Parameters:
graphqlApi- a consumer that will call methods onGraphqlApi.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
graphqlApi(GraphqlApi)
-
-