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 Details

    • graphQLOperation

      AppSyncParameters.Builder graphQLOperation(String 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.