Uses of Class
software.amazon.awscdk.services.appsync.GraphqlApiAttributes.Builder
-
Uses of GraphqlApiAttributes.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionstatic GraphqlApiAttributes.Builder
GraphqlApiAttributes.builder()
GraphqlApiAttributes.Builder.graphqlApiArn
(String graphqlApiArn) Sets the value ofGraphqlApiAttributes.getGraphqlApiArn()
GraphqlApiAttributes.Builder.graphqlApiId
(String graphqlApiId) Sets the value ofGraphqlApiAttributes.getGraphqlApiId()
GraphqlApiAttributes.Builder.graphQlEndpointArn
(String graphQlEndpointArn) Sets the value ofGraphqlApiAttributes#getGraphQlEndpointArn
GraphqlApiAttributes.Builder.modes
(List<? extends AuthorizationType> modes) Sets the value ofGraphqlApiAttributes.getModes()
GraphqlApiAttributes.Builder.visibility
(Visibility visibility) Sets the value ofGraphqlApiAttributes.getVisibility()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GraphqlApiAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theGraphqlApiAttributes.Builder
.