#[non_exhaustive]pub struct ZoneAwarenessConfigBuilder { /* private fields */ }
Expand description
A builder for ZoneAwarenessConfig
.
Implementations§
source§impl ZoneAwarenessConfigBuilder
impl ZoneAwarenessConfigBuilder
sourcepub fn availability_zone_count(self, input: i32) -> Self
pub fn availability_zone_count(self, input: i32) -> Self
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
sourcepub fn set_availability_zone_count(self, input: Option<i32>) -> Self
pub fn set_availability_zone_count(self, input: Option<i32>) -> Self
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
sourcepub fn get_availability_zone_count(&self) -> &Option<i32>
pub fn get_availability_zone_count(&self) -> &Option<i32>
An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled
sourcepub fn build(self) -> ZoneAwarenessConfig
pub fn build(self) -> ZoneAwarenessConfig
Consumes the builder and constructs a ZoneAwarenessConfig
.
Trait Implementations§
source§impl Clone for ZoneAwarenessConfigBuilder
impl Clone for ZoneAwarenessConfigBuilder
source§fn clone(&self) -> ZoneAwarenessConfigBuilder
fn clone(&self) -> ZoneAwarenessConfigBuilder
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 ZoneAwarenessConfigBuilder
impl Debug for ZoneAwarenessConfigBuilder
source§impl Default for ZoneAwarenessConfigBuilder
impl Default for ZoneAwarenessConfigBuilder
source§fn default() -> ZoneAwarenessConfigBuilder
fn default() -> ZoneAwarenessConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ZoneAwarenessConfigBuilder
impl PartialEq for ZoneAwarenessConfigBuilder
source§fn eq(&self, other: &ZoneAwarenessConfigBuilder) -> bool
fn eq(&self, other: &ZoneAwarenessConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ZoneAwarenessConfigBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ZoneAwarenessConfigBuilder
impl Send for ZoneAwarenessConfigBuilder
impl Sync for ZoneAwarenessConfigBuilder
impl Unpin for ZoneAwarenessConfigBuilder
impl UnwindSafe for ZoneAwarenessConfigBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.