Class CfnAppInstanceMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstanceMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstanceMixinProps>
- Enclosing interface:
CfnAppInstanceMixinProps
@Stability(Stable)
public static final class CfnAppInstanceMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstanceMixinProps>
A builder for
CfnAppInstanceMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAppInstanceMixinProps.getMetadata()Sets the value ofCfnAppInstanceMixinProps.getName()Sets the value ofCfnAppInstanceMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
metadata
Sets the value ofCfnAppInstanceMixinProps.getMetadata()- Parameters:
metadata- The metadata of the AppInstance. Limited to a 1KB string in UTF-8.- Returns:
this
-
name
Sets the value ofCfnAppInstanceMixinProps.getName()- Parameters:
name- The name of the AppInstance.- Returns:
this
-
tags
Sets the value ofCfnAppInstanceMixinProps.getTags()- Parameters:
tags- Tags assigned to the AppInstance.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppInstanceMixinProps>- Returns:
- a new instance of
CfnAppInstanceMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-