Uses of Class
software.amazon.awscdk.services.appsync.SourceApiAssociation.Builder
Packages that use SourceApiAssociation.Builder
-
Uses of SourceApiAssociation.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return SourceApiAssociation.BuilderModifier and TypeMethodDescriptionstatic SourceApiAssociation.BuilderSourceApiAssociation.Builder.description(String description) The description of the source api association.SourceApiAssociation.Builder.mergedApi(IGraphqlApi mergedApi) The merged api to associate.SourceApiAssociation.Builder.mergedApiExecutionRole(IRole mergedApiExecutionRole) The merged api execution role for adding the access policy for the source api.The merge type for the source.SourceApiAssociation.Builder.sourceApi(IGraphqlApi sourceApi) The source api to associate.