Uses of Class
com.hashicorp.cdktf.providers.aws.appsync_resolver.AppsyncResolverCachingConfig.Builder
-
Packages that use AppsyncResolverCachingConfig.Builder Package Description com.hashicorp.cdktf.providers.aws.appsync_resolver aws_appsync_resolver -
-
Uses of AppsyncResolverCachingConfig.Builder in com.hashicorp.cdktf.providers.aws.appsync_resolver
Methods in com.hashicorp.cdktf.providers.aws.appsync_resolver that return AppsyncResolverCachingConfig.Builder Modifier and Type Method Description static AppsyncResolverCachingConfig.BuilderAppsyncResolverCachingConfig. builder()AppsyncResolverCachingConfig.BuilderAppsyncResolverCachingConfig.Builder. cachingKeys(List<String> cachingKeys)Sets the value ofAppsyncResolverCachingConfig.getCachingKeys()AppsyncResolverCachingConfig.BuilderAppsyncResolverCachingConfig.Builder. ttl(Number ttl)Sets the value ofAppsyncResolverCachingConfig.getTtl()Constructors in com.hashicorp.cdktf.providers.aws.appsync_resolver with parameters of type AppsyncResolverCachingConfig.Builder Constructor Description Jsii$Proxy(AppsyncResolverCachingConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theAppsyncResolverCachingConfig.Builder.
-