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(java.lang.String meshName)
Sets the value of
MeshProps.getMeshName() |
public MeshProps.Builder egressFilter(MeshFilterType egressFilter)
MeshProps.getEgressFilter()
egressFilter
- Egress filter to be applied to the Mesh.this
public MeshProps.Builder meshName(java.lang.String meshName)
MeshProps.getMeshName()
meshName
- The name of the Mesh being defined.this