Struct aws_sdk_cloudfront::model::cache_policy_summary::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for CachePolicySummary
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: CachePolicyType) -> Self
pub fn type(self, input: CachePolicyType) -> Self
The type of cache policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn set_type(self, input: Option<CachePolicyType>) -> Self
pub fn set_type(self, input: Option<CachePolicyType>) -> Self
The type of cache policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn cache_policy(self, input: CachePolicy) -> Self
pub fn cache_policy(self, input: CachePolicy) -> Self
The cache policy.
sourcepub fn set_cache_policy(self, input: Option<CachePolicy>) -> Self
pub fn set_cache_policy(self, input: Option<CachePolicy>) -> Self
The cache policy.
sourcepub fn build(self) -> CachePolicySummary
pub fn build(self) -> CachePolicySummary
Consumes the builder and constructs a CachePolicySummary
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more