Class GraphQLSchemaReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.appsync.GraphQLSchemaReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<GraphQLSchemaReference>
- Enclosing interface:
GraphQLSchemaReference
@Stability(Stable)
public static final class GraphQLSchemaReference.Builder
extends Object
implements software.amazon.jsii.Builder<GraphQLSchemaReference>
A builder for
GraphQLSchemaReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.graphQlSchemaId(String graphQlSchemaId) Sets the value ofGraphQLSchemaReference.getGraphQlSchemaId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
graphQlSchemaId
Sets the value ofGraphQLSchemaReference.getGraphQlSchemaId()- Parameters:
graphQlSchemaId- The Id of the GraphQLSchema resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<GraphQLSchemaReference>- Returns:
- a new instance of
GraphQLSchemaReference - Throws:
NullPointerException- if any required attribute was not provided
-