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