Class CfnAppInstancePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstancePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstancePropsMixin>
- Enclosing class:
CfnAppInstancePropsMixin
@Stability(Stable)
public static final class CfnAppInstancePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstancePropsMixin>
A fluent builder for
CfnAppInstancePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The metadata of the AppInstance.The name of the AppInstance.Tags assigned to the AppInstance.
-
Method Details
-
create
@Stability(Stable) public static CfnAppInstancePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAppInstancePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAppInstancePropsMixin.Builder.
-
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:
-
name
The name of the AppInstance.- Parameters:
name- The name 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<CfnAppInstancePropsMixin>- Returns:
- a newly built instance of
CfnAppInstancePropsMixin.
-