public static final class ContainerGatewayAddress.Builder
extends java.lang.Object
ContainerGatewayAddress.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ContainerGatewayAddress. |
| Modifier and Type | Method and Description |
|---|---|
ContainerGatewayAddress |
build() |
ContainerGatewayAddress.Builder |
setAddress(java.lang.String address)
Specifies address of container gateway.
|
ContainerGatewayAddress.Builder |
setType(java.lang.String type)
Possible values are:
ContainerGatewayAddress.TYPE_HOST_NAME ContainerGatewayAddress.TYPE_IP_ADDRESS ContainerGatewayAddress.TYPE_NAMED_ADDRESS
Specifies type of gateway address. |
public Builder()
ContainerGatewayAddress.public ContainerGatewayAddress.Builder setAddress(java.lang.String address)
address - New value for the property.public ContainerGatewayAddress.Builder setType(java.lang.String type)
type - New value for the property.public ContainerGatewayAddress build()