@Stability(value=Stable) public static final class VirtualGatewayAttributes.Builder extends Object implements software.amazon.jsii.Builder<VirtualGatewayAttributes>
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(String virtualGatewayName)
Sets the value of
VirtualGatewayAttributes.getVirtualGatewayName() |
@Stability(value=Stable) public VirtualGatewayAttributes.Builder mesh(IMesh mesh)
VirtualGatewayAttributes.getMesh()mesh - The Mesh that the VirtualGateway belongs to. This parameter is required.this@Stability(value=Stable) public VirtualGatewayAttributes.Builder virtualGatewayName(String virtualGatewayName)
VirtualGatewayAttributes.getVirtualGatewayName()virtualGatewayName - The name of the VirtualGateway. This parameter is required.this@Stability(value=Stable) public VirtualGatewayAttributes build()
build in interface software.amazon.jsii.Builder<VirtualGatewayAttributes>VirtualGatewayAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.