Class CfnMeshPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnMeshPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMeshPropsMixin>
- Enclosing class:
CfnMeshPropsMixin
@Stability(Stable)
public static final class CfnMeshPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMeshPropsMixin>
A fluent builder for
CfnMeshPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnMeshPropsMixin.Buildercreate()static CfnMeshPropsMixin.Buildercreate(CfnPropertyMixinOptions options) The name to use for the service mesh.The service mesh specification to apply.spec(IResolvable spec) The service mesh specification to apply.Optional metadata that you can apply to the service mesh to assist with categorization and organization.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnMeshPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnMeshPropsMixin.Builder.
-
meshName
The name to use for the service mesh.- Parameters:
meshName- The name to use for the service mesh. This parameter is required.- Returns:
this- See Also:
-
spec
The service mesh specification to apply.- Parameters:
spec- The service mesh specification to apply. This parameter is required.- Returns:
this- See Also:
-
spec
The service mesh specification to apply.- Parameters:
spec- The service mesh specification to apply. This parameter is required.- Returns:
this- See Also:
-
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.
- Parameters:
tags- Optional metadata that you can apply to the service mesh to assist with categorization and organization. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMeshPropsMixin>- Returns:
- a newly built instance of
CfnMeshPropsMixin.
-