Interface SubnetMapping.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SubnetMapping.Builder,SubnetMapping>
,SdkBuilder<SubnetMapping.Builder,SubnetMapping>
,SdkPojo
- Enclosing class:
- SubnetMapping
public static interface SubnetMapping.Builder extends SdkPojo, CopyableBuilder<SubnetMapping.Builder,SubnetMapping>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubnetMapping.Builder
allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.SubnetMapping.Builder
iPv6Address(String iPv6Address)
[Network Load Balancers] The IPv6 address.SubnetMapping.Builder
privateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.SubnetMapping.Builder
subnetId(String subnetId)
The ID of the subnet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subnetId
SubnetMapping.Builder subnetId(String subnetId)
The ID of the subnet.
- Parameters:
subnetId
- The ID of the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allocationId
SubnetMapping.Builder allocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
- Parameters:
allocationId
- [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateIPv4Address
SubnetMapping.Builder privateIPv4Address(String 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
SubnetMapping.Builder iPv6Address(String 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.
-
-