Uses of Class
software.amazon.awscdk.services.appsync.GraphqlApi.Builder
Packages that use GraphqlApi.Builder
-
Uses of GraphqlApi.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return GraphqlApi.BuilderModifier and TypeMethodDescriptionGraphqlApi.Builder.authorizationConfig(AuthorizationConfig authorizationConfig) Optional authorization configuration.static GraphqlApi.BuilderGraphqlApi.Builder.definition(Definition definition) Definition (schema file or source APIs) for this GraphQL Api.GraphqlApi.Builder.domainName(DomainOptions domainName) The domain name configuration for the GraphQL API.GraphqlApi.Builder.introspectionConfig(IntrospectionConfig introspectionConfig) A value indicating whether the API to enable (ENABLED) or disable (DISABLED) introspection.Logging configuration for this api.the name of the GraphQL API.Deprecated.use Definition.schema insteadGraphqlApi.Builder.visibility(Visibility visibility) A value indicating whether the API is accessible from anywhere (GLOBAL) or can only be access from a VPC (PRIVATE).GraphqlApi.Builder.xrayEnabled(Boolean xrayEnabled) A flag indicating whether or not X-Ray tracing is enabled for the GraphQL API.