Interface AppSyncParameters.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppSyncParameters.Builder,
,AppSyncParameters> SdkBuilder<AppSyncParameters.Builder,
,AppSyncParameters> SdkPojo
- Enclosing class:
AppSyncParameters
public static interface AppSyncParameters.Builder
extends SdkPojo, CopyableBuilder<AppSyncParameters.Builder,AppSyncParameters>
-
Method Summary
Modifier and TypeMethodDescriptiongraphQLOperation
(String graphQLOperation) The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.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
-
Method Details
-
graphQLOperation
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
For more information, see Operations in the AppSync User Guide.
- Parameters:
graphQLOperation
- The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.For more information, see Operations in the AppSync User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-