Uses of Class
software.amazon.awscdk.services.appsync.GraphqlApiProps.Builder
Packages that use GraphqlApiProps.Builder
-
Uses of GraphqlApiProps.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return GraphqlApiProps.BuilderModifier and TypeMethodDescriptionGraphqlApiProps.Builder.authorizationConfig(AuthorizationConfig authorizationConfig) Sets the value ofGraphqlApiProps.getAuthorizationConfig()static GraphqlApiProps.BuilderGraphqlApiProps.builder()GraphqlApiProps.Builder.definition(Definition definition) Sets the value ofGraphqlApiProps.getDefinition()GraphqlApiProps.Builder.domainName(DomainOptions domainName) Sets the value ofGraphqlApiProps.getDomainName()GraphqlApiProps.Builder.environmentVariables(Map<String, String> environmentVariables) Sets the value ofGraphqlApiProps.getEnvironmentVariables()GraphqlApiProps.Builder.introspectionConfig(IntrospectionConfig introspectionConfig) Sets the value ofGraphqlApiProps.getIntrospectionConfig()Sets the value ofGraphqlApiProps.getLogConfig()Sets the value ofGraphqlApiProps.getName()GraphqlApiProps.Builder.ownerContact(String ownerContact) Sets the value ofGraphqlApiProps.getOwnerContact()GraphqlApiProps.Builder.queryDepthLimit(Number queryDepthLimit) Sets the value ofGraphqlApiProps.getQueryDepthLimit()GraphqlApiProps.Builder.resolverCountLimit(Number resolverCountLimit) Sets the value ofGraphqlApiProps.getResolverCountLimit()Deprecated.use Definition.schema insteadGraphqlApiProps.Builder.visibility(Visibility visibility) Sets the value ofGraphqlApiProps.getVisibility()GraphqlApiProps.Builder.xrayEnabled(Boolean xrayEnabled) Sets the value ofGraphqlApiProps.getXrayEnabled()Constructors in software.amazon.awscdk.services.appsync with parameters of type GraphqlApiProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(GraphqlApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGraphqlApiProps.Builder.