public static interface VerifiedAccessEndpointLoadBalancerOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessEndpointLoadBalancerOptions.Builder,VerifiedAccessEndpointLoadBalancerOptions>
| Modifier and Type | Method and Description |
|---|---|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
loadBalancerArn(String loadBalancerArn)
The ARN of the load balancer.
|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
port(Integer port)
The IP port number.
|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
protocol(String protocol)
The IP protocol.
|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
protocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
subnetIds(Collection<String> subnetIds)
The IDs of the subnets.
|
VerifiedAccessEndpointLoadBalancerOptions.Builder |
subnetIds(String... subnetIds)
The IDs of the subnets.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifiedAccessEndpointLoadBalancerOptions.Builder protocol(String protocol)
The IP protocol.
protocol - The IP protocol.VerifiedAccessEndpointProtocol,
VerifiedAccessEndpointProtocolVerifiedAccessEndpointLoadBalancerOptions.Builder protocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
protocol - The IP protocol.VerifiedAccessEndpointProtocol,
VerifiedAccessEndpointProtocolVerifiedAccessEndpointLoadBalancerOptions.Builder port(Integer port)
The IP port number.
port - The IP port number.VerifiedAccessEndpointLoadBalancerOptions.Builder loadBalancerArn(String loadBalancerArn)
The ARN of the load balancer.
loadBalancerArn - The ARN of the load balancer.VerifiedAccessEndpointLoadBalancerOptions.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets.
subnetIds - The IDs of the subnets.VerifiedAccessEndpointLoadBalancerOptions.Builder subnetIds(String... subnetIds)
The IDs of the subnets.
subnetIds - The IDs of the subnets.Copyright © 2023. All rights reserved.