| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MeshProps |
build()
Builds the configured instance.
|
MeshProps.Builder |
egressFilter(MeshFilterType egressFilter)
Sets the value of
MeshProps.getEgressFilter() |
MeshProps.Builder |
meshName(String meshName)
Sets the value of
MeshProps.getMeshName() |
MeshProps.Builder |
serviceDiscovery(MeshServiceDiscovery serviceDiscovery)
Sets the value of
MeshProps.getServiceDiscovery() |
@Stability(value=Stable) public MeshProps.Builder egressFilter(MeshFilterType egressFilter)
MeshProps.getEgressFilter()egressFilter - Egress filter to be applied to the Mesh.this@Stability(value=Stable) public MeshProps.Builder meshName(String meshName)
MeshProps.getMeshName()meshName - The name of the Mesh being defined.this@Stability(value=Stable) public MeshProps.Builder serviceDiscovery(MeshServiceDiscovery serviceDiscovery)
MeshProps.getServiceDiscovery()serviceDiscovery - Defines how upstream clients will discover VirtualNodes in the Mesh.this@Stability(value=Stable) public MeshProps build()
build in interface software.amazon.jsii.Builder<MeshProps>MeshPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.