@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 - The name of the service mesh to create the virtual node in. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder spec(CfnVirtualNode.VirtualNodeSpecProperty spec)
CfnVirtualNodeProps.getSpec()spec - The virtual node specification to apply. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder spec(IResolvable spec)
CfnVirtualNodeProps.getSpec()spec - The virtual node specification to apply. This parameter is required.this@Stability(value=Stable) public CfnVirtualNodeProps.Builder meshOwner(String meshOwner)
CfnVirtualNodeProps.getMeshOwner()meshOwner - The AWS IAM account ID of the service mesh owner.
If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes .this@Stability(value=Stable) public CfnVirtualNodeProps.Builder tags(List<? extends CfnTag> tags)
CfnVirtualNodeProps.getTags()tags - Optional metadata that you can apply to the virtual node 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 CfnVirtualNodeProps.Builder virtualNodeName(String virtualNodeName)
CfnVirtualNodeProps.getVirtualNodeName()virtualNodeName - The name to use for the virtual node.this@Stability(value=Stable) public CfnVirtualNodeProps build()
build in interface software.amazon.jsii.Builder<CfnVirtualNodeProps>CfnVirtualNodePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.