Interface LoadBalancerAddress.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<LoadBalancerAddress.Builder,,- LoadBalancerAddress> - SdkBuilder<LoadBalancerAddress.Builder,,- LoadBalancerAddress> - SdkPojo
- Enclosing class:
- LoadBalancerAddress
@Mutable
@NotThreadSafe
public static interface LoadBalancerAddress.Builder
extends SdkPojo, CopyableBuilder<LoadBalancerAddress.Builder,LoadBalancerAddress> 
- 
Method SummaryModifier and TypeMethodDescriptionallocationId(String allocationId) [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.The static IP address.iPv6Address(String iPv6Address) [Network Load Balancers] The IPv6 address.privateIPv4Address(String privateIPv4Address) [Network Load Balancers] The private IPv4 address for an internal load balancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
ipAddressThe static IP address. - Parameters:
- ipAddress- The static IP address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
allocationId[Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer. - Parameters:
- allocationId- [Network Load Balancers] The allocation ID of the Elastic IP address for an internal-facing load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
privateIPv4Address[Network Load Balancers] The private IPv4 address for an internal load balancer. - Parameters:
- privateIPv4Address- [Network Load Balancers] The private IPv4 address for an internal load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
iPv6Address[Network Load Balancers] The IPv6 address. - Parameters:
- iPv6Address- [Network Load Balancers] The IPv6 address.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-