@Stability(value=Stable) public static final class VirtualServiceAttributes.Builder extends Object implements software.amazon.jsii.Builder<VirtualServiceAttributes>
VirtualServiceAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
VirtualServiceAttributes |
build()
Builds the configured instance.
|
VirtualServiceAttributes.Builder |
mesh(IMesh mesh)
Sets the value of
VirtualServiceAttributes.getMesh() |
VirtualServiceAttributes.Builder |
virtualServiceName(String virtualServiceName)
Sets the value of
VirtualServiceAttributes.getVirtualServiceName() |
@Stability(value=Stable) public VirtualServiceAttributes.Builder mesh(IMesh mesh)
VirtualServiceAttributes.getMesh()mesh - The Mesh which the VirtualService belongs to. This parameter is required.this@Stability(value=Stable) public VirtualServiceAttributes.Builder virtualServiceName(String virtualServiceName)
VirtualServiceAttributes.getVirtualServiceName()virtualServiceName - The name of the VirtualService, it is recommended this follows the fully-qualified domain name format. This parameter is required.this@Stability(value=Stable) public VirtualServiceAttributes build()
build in interface software.amazon.jsii.Builder<VirtualServiceAttributes>VirtualServiceAttributesNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.