public static interface CachingConfig.Builder extends SdkPojo, CopyableBuilder<CachingConfig.Builder,CachingConfig>
| Modifier and Type | Method and Description |
|---|---|
CachingConfig.Builder |
cachingKeys(Collection<String> cachingKeys)
The caching keys for a resolver that has caching activated.
|
CachingConfig.Builder |
cachingKeys(String... cachingKeys)
The caching keys for a resolver that has caching activated.
|
CachingConfig.Builder |
ttl(Long ttl)
The TTL in seconds for a resolver that has caching activated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCachingConfig.Builder ttl(Long ttl)
The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
ttl - The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
CachingConfig.Builder cachingKeys(Collection<String> cachingKeys)
The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments, $context.source, and
$context.identity maps.
cachingKeys - The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments, $context.source, and
$context.identity maps.
CachingConfig.Builder cachingKeys(String... cachingKeys)
The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments, $context.source, and
$context.identity maps.
cachingKeys - The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments, $context.source, and
$context.identity maps.
Copyright © 2022. All rights reserved.