public static final class PolicyIPAddressInfo.Builder
extends java.lang.Object
PolicyIPAddressInfo.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
PolicyIPAddressInfo. |
| Modifier and Type | Method and Description |
|---|---|
PolicyIPAddressInfo |
build() |
PolicyIPAddressInfo.Builder |
setAddressValue(java.lang.String addressValue)
Value of the IPv4Address.
|
PolicyIPAddressInfo.Builder |
setDisplayName(java.lang.String displayName)
Display name used to help identify the IPv4Address.
|
PolicyIPAddressInfo.Builder |
setNextHop(java.lang.String nextHop)
Next hop used in auto-plumbing of static route.
|
public Builder()
PolicyIPAddressInfo.public PolicyIPAddressInfo.Builder setAddressValue(java.lang.String addressValue)
addressValue - New value for the property.public PolicyIPAddressInfo.Builder setDisplayName(java.lang.String displayName)
displayName - New value for the property.public PolicyIPAddressInfo.Builder setNextHop(java.lang.String nextHop)
nextHop - New value for the property.public PolicyIPAddressInfo build()