| 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() |
@Stability(value=Experimental) public MeshProps.Builder egressFilter(MeshFilterType egressFilter)
MeshProps.getEgressFilter()egressFilter - Egress filter to be applied to the Mesh.this@Stability(value=Experimental) public MeshProps.Builder meshName(String meshName)
MeshProps.getMeshName()meshName - The name of the Mesh being defined.this@Stability(value=Experimental) public MeshProps build()
build in interface software.amazon.jsii.Builder<MeshProps>MeshPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.