Struct aws_sdk_appsync::model::caching_config::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CachingConfig
Implementations
The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
The TTL in seconds for a resolver that has caching activated.
Valid values are 1–3,600 seconds.
Appends an item to caching_keys
.
To override the contents of this collection use set_caching_keys
.
The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments
, $context.source
, and $context.identity
maps.
The caching keys for a resolver that has caching activated.
Valid values are entries from the $context.arguments
, $context.source
, and $context.identity
maps.
Consumes the builder and constructs a CachingConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more