Interface ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder,,ModifyVerifiedAccessEndpointLoadBalancerOptions> SdkBuilder<ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder,,ModifyVerifiedAccessEndpointLoadBalancerOptions> SdkPojo
- Enclosing class:
 ModifyVerifiedAccessEndpointLoadBalancerOptions
public static interface ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder
extends SdkPojo, CopyableBuilder<ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder,ModifyVerifiedAccessEndpointLoadBalancerOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe IP port number.The IP protocol.protocol(VerifiedAccessEndpointProtocol protocol) The IP protocol.The IDs of the subnets.subnetIds(Collection<String> subnetIds) The IDs of the subnets.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
subnetIds
The IDs of the subnets.
- Parameters:
 subnetIds- The IDs of the subnets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetIds
The IDs of the subnets.
- Parameters:
 subnetIds- The IDs of the subnets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
protocol
The IP protocol.
- Parameters:
 protocol- The IP protocol.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
protocol
ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder protocol(VerifiedAccessEndpointProtocol protocol) The IP protocol.
- Parameters:
 protocol- The IP protocol.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
port
The IP port number.
- Parameters:
 port- The IP port number.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -