#[non_exhaustive]pub struct VpcDerivedInfoStatusBuilder { /* private fields */ }Expand description
A builder for VpcDerivedInfoStatus.
Implementations§
source§impl VpcDerivedInfoStatusBuilder
impl VpcDerivedInfoStatusBuilder
sourcepub fn options(self, input: VpcDerivedInfo) -> Self
pub fn options(self, input: VpcDerivedInfo) -> Self
Specifies the VPC options for the specified Elasticsearch domain.
sourcepub fn set_options(self, input: Option<VpcDerivedInfo>) -> Self
pub fn set_options(self, input: Option<VpcDerivedInfo>) -> Self
Specifies the VPC options for the specified Elasticsearch domain.
sourcepub fn status(self, input: OptionStatus) -> Self
pub fn status(self, input: OptionStatus) -> Self
Specifies the status of the VPC options for the specified Elasticsearch domain.
sourcepub fn set_status(self, input: Option<OptionStatus>) -> Self
pub fn set_status(self, input: Option<OptionStatus>) -> Self
Specifies the status of the VPC options for the specified Elasticsearch domain.
sourcepub fn build(self) -> VpcDerivedInfoStatus
pub fn build(self) -> VpcDerivedInfoStatus
Consumes the builder and constructs a VpcDerivedInfoStatus.
Trait Implementations§
source§impl Clone for VpcDerivedInfoStatusBuilder
impl Clone for VpcDerivedInfoStatusBuilder
source§fn clone(&self) -> VpcDerivedInfoStatusBuilder
fn clone(&self) -> VpcDerivedInfoStatusBuilder
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 VpcDerivedInfoStatusBuilder
impl Debug for VpcDerivedInfoStatusBuilder
source§impl Default for VpcDerivedInfoStatusBuilder
impl Default for VpcDerivedInfoStatusBuilder
source§fn default() -> VpcDerivedInfoStatusBuilder
fn default() -> VpcDerivedInfoStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<VpcDerivedInfoStatusBuilder> for VpcDerivedInfoStatusBuilder
impl PartialEq<VpcDerivedInfoStatusBuilder> for VpcDerivedInfoStatusBuilder
source§fn eq(&self, other: &VpcDerivedInfoStatusBuilder) -> bool
fn eq(&self, other: &VpcDerivedInfoStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.