public static final class IntelligenceFlowPrivateIpPrefixInfo.Builder
extends java.lang.Object
IntelligenceFlowPrivateIpPrefixInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
IntelligenceFlowPrivateIpPrefixInfo. |
| Modifier and Type | Method and Description |
|---|---|
IntelligenceFlowPrivateIpPrefixInfo |
build() |
IntelligenceFlowPrivateIpPrefixInfo.Builder |
setAddress(java.lang.String address)
The prefix of IP address that marks the range of private network.
|
IntelligenceFlowPrivateIpPrefixInfo.Builder |
setAddressType(java.lang.String addressType)
Possible values are:
IntelligenceFlowPrivateIpPrefixInfo.ADDRESS_TYPE_IPV4
IntelligenceFlowPrivateIpPrefixInfo.ADDRESS_TYPE_IPV6
The type of IP address. |
IntelligenceFlowPrivateIpPrefixInfo.Builder |
setPrefixLength(java.lang.Long prefixLength)
The length of IP address prefix that marks the range of private network.
|
public Builder()
IntelligenceFlowPrivateIpPrefixInfo.public IntelligenceFlowPrivateIpPrefixInfo.Builder setAddress(java.lang.String address)
address - New value for the property.public IntelligenceFlowPrivateIpPrefixInfo.Builder setAddressType(java.lang.String addressType)
addressType - New value for the property.public IntelligenceFlowPrivateIpPrefixInfo.Builder setPrefixLength(java.lang.Long prefixLength)
prefixLength - New value for the property.public IntelligenceFlowPrivateIpPrefixInfo build()