#[non_exhaustive]pub struct ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder { /* private fields */ }Expand description
A builder for ModifyVerifiedAccessEndpointLoadBalancerOptions.
Implementations§
source§impl ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
sourcepub fn subnet_ids(self, input: impl Into<String>) -> Self
pub fn subnet_ids(self, input: impl Into<String>) -> Self
Appends an item to subnet_ids.
To override the contents of this collection use set_subnet_ids.
The IDs of the subnets.
sourcepub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_subnet_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the subnets.
sourcepub fn protocol(self, input: VerifiedAccessEndpointProtocol) -> Self
pub fn protocol(self, input: VerifiedAccessEndpointProtocol) -> Self
The IP protocol.
sourcepub fn set_protocol(self, input: Option<VerifiedAccessEndpointProtocol>) -> Self
pub fn set_protocol(self, input: Option<VerifiedAccessEndpointProtocol>) -> Self
The IP protocol.
sourcepub fn build(self) -> ModifyVerifiedAccessEndpointLoadBalancerOptions
pub fn build(self) -> ModifyVerifiedAccessEndpointLoadBalancerOptions
Consumes the builder and constructs a ModifyVerifiedAccessEndpointLoadBalancerOptions.
Trait Implementations§
source§impl Clone for ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Clone for ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn clone(&self) -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
fn clone(&self) -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
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 ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Default for ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn default() -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
fn default() -> ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder> for ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl PartialEq<ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder> for ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn eq(
&self,
other: &ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder
) -> bool
fn eq( &self, other: &ModifyVerifiedAccessEndpointLoadBalancerOptionsBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.