Interface PublicIpv4PoolRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PublicIpv4PoolRange.Builder,
,PublicIpv4PoolRange> SdkBuilder<PublicIpv4PoolRange.Builder,
,PublicIpv4PoolRange> SdkPojo
- Enclosing class:
PublicIpv4PoolRange
public static interface PublicIpv4PoolRange.Builder
extends SdkPojo, CopyableBuilder<PublicIpv4PoolRange.Builder,PublicIpv4PoolRange>
-
Method Summary
Modifier and TypeMethodDescriptionaddressCount
(Integer addressCount) The number of addresses in the range.availableAddressCount
(Integer availableAddressCount) The number of available addresses in the range.firstAddress
(String firstAddress) The first IP address in the range.lastAddress
(String lastAddress) The last IP address in the range.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 Details
-
firstAddress
The first IP address in the range.
- Parameters:
firstAddress
- The first IP address in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAddress
The last IP address in the range.
- Parameters:
lastAddress
- The last IP address in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addressCount
The number of addresses in the range.
- Parameters:
addressCount
- The number of addresses in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availableAddressCount
The number of available addresses in the range.
- Parameters:
availableAddressCount
- The number of available addresses in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-