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