pub struct Builder { /* private fields */ }
Expand description
A builder for OriginRequestPolicySummary
.
Implementations§
source§impl 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
.