pub struct Builder { /* private fields */ }
Expand description
A builder for GetOriginAccessControlOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn origin_access_control(self, input: OriginAccessControl) -> Self
pub fn origin_access_control(self, input: OriginAccessControl) -> Self
Contains an origin access control, including its unique identifier.
sourcepub fn set_origin_access_control(
self,
input: Option<OriginAccessControl>
) -> Self
pub fn set_origin_access_control(
self,
input: Option<OriginAccessControl>
) -> Self
Contains an origin access control, including its unique identifier.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The version identifier for the current version of the origin access control.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The version identifier for the current version of the origin access control.
sourcepub fn build(self) -> GetOriginAccessControlOutput
pub fn build(self) -> GetOriginAccessControlOutput
Consumes the builder and constructs a GetOriginAccessControlOutput
.