@Stability(value=Stable) public static final class CfnMesh.MeshSpecProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMesh.MeshSpecProperty>
CfnMesh.MeshSpecProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMesh.MeshSpecProperty |
build()
Builds the configured instance.
|
CfnMesh.MeshSpecProperty.Builder |
egressFilter(CfnMesh.EgressFilterProperty egressFilter)
Sets the value of
CfnMesh.MeshSpecProperty.getEgressFilter() |
CfnMesh.MeshSpecProperty.Builder |
egressFilter(IResolvable egressFilter)
Sets the value of
CfnMesh.MeshSpecProperty.getEgressFilter() |
CfnMesh.MeshSpecProperty.Builder |
serviceDiscovery(CfnMesh.MeshServiceDiscoveryProperty serviceDiscovery)
Sets the value of
CfnMesh.MeshSpecProperty.getServiceDiscovery() |
CfnMesh.MeshSpecProperty.Builder |
serviceDiscovery(IResolvable serviceDiscovery)
Sets the value of
CfnMesh.MeshSpecProperty.getServiceDiscovery() |
@Stability(value=Stable) public CfnMesh.MeshSpecProperty.Builder egressFilter(CfnMesh.EgressFilterProperty egressFilter)
CfnMesh.MeshSpecProperty.getEgressFilter()egressFilter - The egress filter rules for the service mesh.this@Stability(value=Stable) public CfnMesh.MeshSpecProperty.Builder egressFilter(IResolvable egressFilter)
CfnMesh.MeshSpecProperty.getEgressFilter()egressFilter - The egress filter rules for the service mesh.this@Stability(value=Stable) public CfnMesh.MeshSpecProperty.Builder serviceDiscovery(CfnMesh.MeshServiceDiscoveryProperty serviceDiscovery)
CfnMesh.MeshSpecProperty.getServiceDiscovery()serviceDiscovery - An object that represents the service discovery information for a service mesh.this@Stability(value=Stable) public CfnMesh.MeshSpecProperty.Builder serviceDiscovery(IResolvable serviceDiscovery)
CfnMesh.MeshSpecProperty.getServiceDiscovery()serviceDiscovery - An object that represents the service discovery information for a service mesh.this@Stability(value=Stable) public CfnMesh.MeshSpecProperty build()
build in interface software.amazon.jsii.Builder<CfnMesh.MeshSpecProperty>CfnMesh.MeshSpecPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.