@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 - `AWS::AppMesh::Mesh.MeshName`.this@Stability(value=Stable) public CfnMeshProps.Builder spec(CfnMesh.MeshSpecProperty spec)
CfnMeshProps.getSpec()spec - `AWS::AppMesh::Mesh.Spec`.this@Stability(value=Stable) public CfnMeshProps.Builder spec(IResolvable spec)
CfnMeshProps.getSpec()spec - `AWS::AppMesh::Mesh.Spec`.this@Stability(value=Stable) public CfnMeshProps.Builder tags(List<? extends CfnTag> tags)
CfnMeshProps.getTags()tags - `AWS::AppMesh::Mesh.Tags`.this@Stability(value=Stable) public CfnMeshProps build()
build in interface software.amazon.jsii.Builder<CfnMeshProps>CfnMeshPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.