public static final class VirtualGatewayAttributes.Builder
extends java.lang.Object
VirtualGatewayAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayAttributes |
build()
Builds the configured instance.
|
VirtualGatewayAttributes.Builder |
mesh(IMesh mesh)
Sets the value of
VirtualGatewayAttributes.getMesh() |
VirtualGatewayAttributes.Builder |
virtualGatewayName(java.lang.String virtualGatewayName)
Sets the value of
VirtualGatewayAttributes.getVirtualGatewayName() |
public VirtualGatewayAttributes.Builder mesh(IMesh mesh)
VirtualGatewayAttributes.getMesh()
mesh
- The Mesh that the VirtualGateway belongs to. This parameter is required.this
public VirtualGatewayAttributes.Builder virtualGatewayName(java.lang.String virtualGatewayName)
VirtualGatewayAttributes.getVirtualGatewayName()
virtualGatewayName
- The name of the VirtualGateway. This parameter is required.this
public VirtualGatewayAttributes build()
VirtualGatewayAttributes
java.lang.NullPointerException
- if any required attribute was not provided