Class CfnAppInstance.Builder
java.lang.Object
software.amazon.awscdk.services.chime.CfnAppInstance.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstance>
- Enclosing class:
CfnAppInstance
@Stability(Stable)
public static final class CfnAppInstance.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstance>
A fluent builder for
CfnAppInstance.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnAppInstance.BuilderThe metadata of the AppInstance.The name of the AppInstance.Tags assigned to the AppInstance.
-
Method Details
-
create
@Stability(Stable) public static CfnAppInstance.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAppInstance.Builder.
-
name
The name of the AppInstance.- Parameters:
name- The name of the AppInstance. This parameter is required.- Returns:
this- See Also:
-
metadata
The metadata of the AppInstance.Limited to a 1KB string in UTF-8.
- Parameters:
metadata- The metadata of the AppInstance. This parameter is required.- Returns:
this- See Also:
-
tags
Tags assigned to the AppInstance.- Parameters:
tags- Tags assigned to the AppInstance. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppInstance>- Returns:
- a newly built instance of
CfnAppInstance.
-