@Stability(value=Stable) public static final class CfnVirtualNodeProps.Builder extends Object implements software.amazon.jsii.Builder<CfnVirtualNodeProps>
CfnVirtualNodeProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualNodeProps |
build()
Builds the configured instance.
|
CfnVirtualNodeProps.Builder |
meshName(String meshName)
Sets the value of
CfnVirtualNodeProps.getMeshName() |
CfnVirtualNodeProps.Builder |
meshOwner(String meshOwner)
Sets the value of
CfnVirtualNodeProps.getMeshOwner() |
CfnVirtualNodeProps.Builder |
spec(CfnVirtualNode.VirtualNodeSpecProperty spec)
Sets the value of
CfnVirtualNodeProps.getSpec() |
CfnVirtualNodeProps.Builder |
spec(IResolvable spec)
Sets the value of
CfnVirtualNodeProps.getSpec() |
CfnVirtualNodeProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnVirtualNodeProps.getTags() |
CfnVirtualNodeProps.Builder |
virtualNodeName(String virtualNodeName)
Sets the value of
CfnVirtualNodeProps.getVirtualNodeName() |
@Stability(value=Stable) public CfnVirtualNodeProps.Builder meshName(String meshName)
CfnVirtualNodeProps.getMeshName()meshName - `AWS::AppMesh::VirtualNode.MeshName`. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder spec(CfnVirtualNode.VirtualNodeSpecProperty spec)
CfnVirtualNodeProps.getSpec()spec - `AWS::AppMesh::VirtualNode.Spec`. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder spec(IResolvable spec)
CfnVirtualNodeProps.getSpec()spec - `AWS::AppMesh::VirtualNode.Spec`. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder meshOwner(String meshOwner)
CfnVirtualNodeProps.getMeshOwner()meshOwner - `AWS::AppMesh::VirtualNode.MeshOwner`.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder tags(List<? extends CfnTag> tags)
CfnVirtualNodeProps.getTags()tags - `AWS::AppMesh::VirtualNode.Tags`.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder virtualNodeName(String virtualNodeName)
CfnVirtualNodeProps.getVirtualNodeName()virtualNodeName - `AWS::AppMesh::VirtualNode.VirtualNodeName`.this@Stability(value=Stable) public CfnVirtualNodeProps build()
build in interface software.amazon.jsii.Builder<CfnVirtualNodeProps>CfnVirtualNodePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.