#[non_exhaustive]pub struct CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder { /* private fields */ }
Expand description
A builder for CreateVerifiedAccessEndpointLoadBalancerOptions
.
Implementations§
source§impl CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
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 get_protocol(&self) -> &Option<VerifiedAccessEndpointProtocol>
pub fn get_protocol(&self) -> &Option<VerifiedAccessEndpointProtocol>
The IP protocol.
sourcepub fn load_balancer_arn(self, input: impl Into<String>) -> Self
pub fn load_balancer_arn(self, input: impl Into<String>) -> Self
The ARN of the load balancer.
sourcepub fn set_load_balancer_arn(self, input: Option<String>) -> Self
pub fn set_load_balancer_arn(self, input: Option<String>) -> Self
The ARN of the load balancer.
sourcepub fn get_load_balancer_arn(&self) -> &Option<String>
pub fn get_load_balancer_arn(&self) -> &Option<String>
The ARN of the load balancer.
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 get_subnet_ids(&self) -> &Option<Vec<String>>
pub fn get_subnet_ids(&self) -> &Option<Vec<String>>
The IDs of the subnets.
sourcepub fn build(self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
pub fn build(self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
Consumes the builder and constructs a CreateVerifiedAccessEndpointLoadBalancerOptions
.
Trait Implementations§
source§impl Clone for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Clone for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn clone(&self) -> CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
fn clone(&self) -> CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
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 CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Default for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn default() -> CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
fn default() -> CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder> for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl PartialEq<CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder> for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
source§fn eq(
&self,
other: &CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
) -> bool
fn eq( &self, other: &CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Send for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Sync for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl Unpin for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
impl UnwindSafe for CreateVerifiedAccessEndpointLoadBalancerOptionsBuilder
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