@Stability(value=Stable) public static final class CfnMeshProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMeshProps>
CfnMeshProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMeshProps |
build()
Builds the configured instance.
|
CfnMeshProps.Builder |
meshName(String meshName)
Sets the value of
CfnMeshProps.getMeshName() |
CfnMeshProps.Builder |
spec(CfnMesh.MeshSpecProperty spec)
Sets the value of
CfnMeshProps.getSpec() |
CfnMeshProps.Builder |
spec(IResolvable spec)
Sets the value of
CfnMeshProps.getSpec() |
CfnMeshProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnMeshProps.getTags() |
@Stability(value=Stable) public CfnMeshProps.Builder meshName(String meshName)
CfnMeshProps.getMeshName()meshName - The name to use for the service mesh.this@Stability(value=Stable) public CfnMeshProps.Builder spec(CfnMesh.MeshSpecProperty spec)
CfnMeshProps.getSpec()spec - The service mesh specification to apply.this@Stability(value=Stable) public CfnMeshProps.Builder spec(IResolvable spec)
CfnMeshProps.getSpec()spec - The service mesh specification to apply.this@Stability(value=Stable) public CfnMeshProps.Builder tags(List<? extends CfnTag> tags)
CfnMeshProps.getTags()tags - Optional metadata that you can apply to the service mesh to assist with categorization and organization.
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.this@Stability(value=Stable) public CfnMeshProps build()
build in interface software.amazon.jsii.Builder<CfnMeshProps>CfnMeshPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.