@Stability(value=Stable) public static final class CfnResolver.CachingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResolver.CachingConfigProperty>
CfnResolver.CachingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResolver.CachingConfigProperty |
build()
Builds the configured instance.
|
CfnResolver.CachingConfigProperty.Builder |
cachingKeys(List<String> cachingKeys)
Sets the value of
CfnResolver.CachingConfigProperty.getCachingKeys() |
CfnResolver.CachingConfigProperty.Builder |
ttl(Number ttl)
Sets the value of
CfnResolver.CachingConfigProperty.getTtl() |
@Stability(value=Stable) public CfnResolver.CachingConfigProperty.Builder ttl(Number ttl)
CfnResolver.CachingConfigProperty.getTtl()ttl - The TTL in seconds for a resolver that has caching activated. This parameter is required.
Valid values are 1–3,600 seconds.this@Stability(value=Stable) public CfnResolver.CachingConfigProperty.Builder cachingKeys(List<String> cachingKeys)
CfnResolver.CachingConfigProperty.getCachingKeys()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.this@Stability(value=Stable) public CfnResolver.CachingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnResolver.CachingConfigProperty>CfnResolver.CachingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.