Uses of Class
software.amazon.awscdk.services.appsync.GraphqlApiProps.Builder
-
Uses of GraphqlApiProps.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionGraphqlApiProps.Builder.authorizationConfig
(AuthorizationConfig authorizationConfig) Sets the value ofGraphqlApiProps.getAuthorizationConfig()
static GraphqlApiProps.Builder
GraphqlApiProps.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.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GraphqlApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGraphqlApiProps.Builder
.