Class CfnAppInstanceBotMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstanceBotMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstanceBotMixinProps>
- Enclosing interface:
CfnAppInstanceBotMixinProps
@Stability(Stable)
public static final class CfnAppInstanceBotMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstanceBotMixinProps>
A builder for
CfnAppInstanceBotMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) Sets the value ofCfnAppInstanceBotMixinProps.getAppInstanceArn()build()Builds the configured instance.configuration(CfnAppInstanceBotPropsMixin.ConfigurationProperty configuration) Sets the value ofCfnAppInstanceBotMixinProps.getConfiguration()configuration(IResolvable configuration) Sets the value ofCfnAppInstanceBotMixinProps.getConfiguration()Sets the value ofCfnAppInstanceBotMixinProps.getMetadata()Sets the value ofCfnAppInstanceBotMixinProps.getName()Sets the value ofCfnAppInstanceBotMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appInstanceArn
Sets the value ofCfnAppInstanceBotMixinProps.getAppInstanceArn()- Parameters:
appInstanceArn- The ARN of the AppInstance.- Returns:
this
-
configuration
@Stability(Stable) public CfnAppInstanceBotMixinProps.Builder configuration(IResolvable configuration) Sets the value ofCfnAppInstanceBotMixinProps.getConfiguration()- Parameters:
configuration- A structure that contains configuration data.- Returns:
this
-
configuration
@Stability(Stable) public CfnAppInstanceBotMixinProps.Builder configuration(CfnAppInstanceBotPropsMixin.ConfigurationProperty configuration) Sets the value ofCfnAppInstanceBotMixinProps.getConfiguration()- Parameters:
configuration- A structure that contains configuration data.- Returns:
this
-
metadata
Sets the value ofCfnAppInstanceBotMixinProps.getMetadata()- Parameters:
metadata- The metadata of the AppInstanceBot.- Returns:
this
-
name
Sets the value ofCfnAppInstanceBotMixinProps.getName()- Parameters:
name- The name of the AppInstanceBot.- Returns:
this
-
tags
Sets the value ofCfnAppInstanceBotMixinProps.getTags()- Parameters:
tags- The tags assigned to the AppInstanceBot.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppInstanceBotMixinProps>- Returns:
- a new instance of
CfnAppInstanceBotMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-