Modifier and Type | Method and Description |
---|---|
CfnMesh |
build() |
static CfnMesh.Builder |
create(Construct scope,
java.lang.String id) |
CfnMesh.Builder |
meshName(java.lang.String meshName)
The name to use for the service mesh.
|
CfnMesh.Builder |
spec(CfnMesh.MeshSpecProperty spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
spec(IResolvable spec)
The service mesh specification to apply.
|
CfnMesh.Builder |
tags(java.util.List<? extends CfnTag> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
public static CfnMesh.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnMesh.EgressFilterProperty.Builder
.public CfnMesh.Builder meshName(java.lang.String meshName)
meshName
- The name to use for the service mesh. This parameter is required.this
public CfnMesh.Builder spec(IResolvable spec)
spec
- The service mesh specification to apply. This parameter is required.this
public CfnMesh.Builder spec(CfnMesh.MeshSpecProperty spec)
spec
- The service mesh specification to apply. This parameter is required.this
public CfnMesh.Builder tags(java.util.List<? extends CfnTag> tags)
Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
tags
- Optional metadata that you can apply to the service mesh to assist with categorization and organization. This parameter is required.this
public CfnMesh build()