pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVerifiedAccessEndpointLoadBalancerOptions
.
Implementations§
source§impl Builder
impl Builder
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 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 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 build(self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
pub fn build(self) -> CreateVerifiedAccessEndpointLoadBalancerOptions
Consumes the builder and constructs a CreateVerifiedAccessEndpointLoadBalancerOptions
.