@Stability(value=Stable) public static final class VirtualRouterAttributes.Builder extends Object implements software.amazon.jsii.Builder<VirtualRouterAttributes>
VirtualRouterAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterAttributes |
build()
Builds the configured instance.
|
VirtualRouterAttributes.Builder |
mesh(IMesh mesh)
Sets the value of
VirtualRouterAttributes.getMesh() |
VirtualRouterAttributes.Builder |
virtualRouterName(String virtualRouterName)
Sets the value of
VirtualRouterAttributes.getVirtualRouterName() |
@Stability(value=Stable) public VirtualRouterAttributes.Builder mesh(IMesh mesh)
VirtualRouterAttributes.getMesh()mesh - The Mesh which the VirtualRouter belongs to. This parameter is required.this@Stability(value=Stable) public VirtualRouterAttributes.Builder virtualRouterName(String virtualRouterName)
VirtualRouterAttributes.getVirtualRouterName()virtualRouterName - The name of the VirtualRouter. This parameter is required.this@Stability(value=Stable) public VirtualRouterAttributes build()
build in interface software.amazon.jsii.Builder<VirtualRouterAttributes>VirtualRouterAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.