pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateOriginAccessControlOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn origin_access_control(self, input: OriginAccessControl) -> Self
pub fn origin_access_control(self, input: OriginAccessControl) -> Self
The origin access control after it has been updated.
sourcepub fn set_origin_access_control(
self,
input: Option<OriginAccessControl>
) -> Self
pub fn set_origin_access_control(
self,
input: Option<OriginAccessControl>
) -> Self
The origin access control after it has been updated.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The new version of the origin access control after it has been updated.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The new version of the origin access control after it has been updated.
sourcepub fn build(self) -> UpdateOriginAccessControlOutput
pub fn build(self) -> UpdateOriginAccessControlOutput
Consumes the builder and constructs a UpdateOriginAccessControlOutput
.