pub struct Builder { /* private fields */ }
Expand description
A builder for OriginRequestPolicySummary
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: OriginRequestPolicyType) -> Self
pub fn type(self, input: OriginRequestPolicyType) -> Self
The type of origin request policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn set_type(self, input: Option<OriginRequestPolicyType>) -> Self
pub fn set_type(self, input: Option<OriginRequestPolicyType>) -> Self
The type of origin request policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn origin_request_policy(self, input: OriginRequestPolicy) -> Self
pub fn origin_request_policy(self, input: OriginRequestPolicy) -> Self
The origin request policy.
sourcepub fn set_origin_request_policy(
self,
input: Option<OriginRequestPolicy>
) -> Self
pub fn set_origin_request_policy(
self,
input: Option<OriginRequestPolicy>
) -> Self
The origin request policy.
sourcepub fn build(self) -> OriginRequestPolicySummary
pub fn build(self) -> OriginRequestPolicySummary
Consumes the builder and constructs a OriginRequestPolicySummary
.
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