Struct aws_sdk_cloudfront::types::builders::OriginGroupBuilder
source · #[non_exhaustive]pub struct OriginGroupBuilder { /* private fields */ }
Expand description
A builder for OriginGroup
.
Implementations§
source§impl OriginGroupBuilder
impl OriginGroupBuilder
sourcepub fn failover_criteria(self, input: OriginGroupFailoverCriteria) -> Self
pub fn failover_criteria(self, input: OriginGroupFailoverCriteria) -> Self
A complex type that contains information about the failover criteria for an origin group.
sourcepub fn set_failover_criteria(
self,
input: Option<OriginGroupFailoverCriteria>
) -> Self
pub fn set_failover_criteria( self, input: Option<OriginGroupFailoverCriteria> ) -> Self
A complex type that contains information about the failover criteria for an origin group.
sourcepub fn members(self, input: OriginGroupMembers) -> Self
pub fn members(self, input: OriginGroupMembers) -> Self
A complex type that contains information about the origins in an origin group.
sourcepub fn set_members(self, input: Option<OriginGroupMembers>) -> Self
pub fn set_members(self, input: Option<OriginGroupMembers>) -> Self
A complex type that contains information about the origins in an origin group.
sourcepub fn build(self) -> OriginGroup
pub fn build(self) -> OriginGroup
Consumes the builder and constructs a OriginGroup
.
Trait Implementations§
source§impl Clone for OriginGroupBuilder
impl Clone for OriginGroupBuilder
source§fn clone(&self) -> OriginGroupBuilder
fn clone(&self) -> OriginGroupBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for OriginGroupBuilder
impl Debug for OriginGroupBuilder
source§impl Default for OriginGroupBuilder
impl Default for OriginGroupBuilder
source§fn default() -> OriginGroupBuilder
fn default() -> OriginGroupBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<OriginGroupBuilder> for OriginGroupBuilder
impl PartialEq<OriginGroupBuilder> for OriginGroupBuilder
source§fn eq(&self, other: &OriginGroupBuilder) -> bool
fn eq(&self, other: &OriginGroupBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.