#[non_exhaustive]pub struct AwsCloudFrontDistributionOriginGroupBuilder { /* private fields */ }Expand description
A builder for AwsCloudFrontDistributionOriginGroup.
Implementations§
source§impl AwsCloudFrontDistributionOriginGroupBuilder
impl AwsCloudFrontDistributionOriginGroupBuilder
sourcepub fn failover_criteria(
self,
input: AwsCloudFrontDistributionOriginGroupFailover
) -> Self
pub fn failover_criteria( self, input: AwsCloudFrontDistributionOriginGroupFailover ) -> Self
Provides the criteria for an origin group to fail over.
sourcepub fn set_failover_criteria(
self,
input: Option<AwsCloudFrontDistributionOriginGroupFailover>
) -> Self
pub fn set_failover_criteria( self, input: Option<AwsCloudFrontDistributionOriginGroupFailover> ) -> Self
Provides the criteria for an origin group to fail over.
sourcepub fn build(self) -> AwsCloudFrontDistributionOriginGroup
pub fn build(self) -> AwsCloudFrontDistributionOriginGroup
Consumes the builder and constructs a AwsCloudFrontDistributionOriginGroup.
Trait Implementations§
source§impl Clone for AwsCloudFrontDistributionOriginGroupBuilder
impl Clone for AwsCloudFrontDistributionOriginGroupBuilder
source§fn clone(&self) -> AwsCloudFrontDistributionOriginGroupBuilder
fn clone(&self) -> AwsCloudFrontDistributionOriginGroupBuilder
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 Default for AwsCloudFrontDistributionOriginGroupBuilder
impl Default for AwsCloudFrontDistributionOriginGroupBuilder
source§fn default() -> AwsCloudFrontDistributionOriginGroupBuilder
fn default() -> AwsCloudFrontDistributionOriginGroupBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsCloudFrontDistributionOriginGroupBuilder> for AwsCloudFrontDistributionOriginGroupBuilder
impl PartialEq<AwsCloudFrontDistributionOriginGroupBuilder> for AwsCloudFrontDistributionOriginGroupBuilder
source§fn eq(&self, other: &AwsCloudFrontDistributionOriginGroupBuilder) -> bool
fn eq(&self, other: &AwsCloudFrontDistributionOriginGroupBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.