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