Class CfnAppInstanceBot.Builder
java.lang.Object
software.amazon.awscdk.services.chime.CfnAppInstanceBot.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstanceBot>
- Enclosing class:
CfnAppInstanceBot
@Stability(Stable)
public static final class CfnAppInstanceBot.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstanceBot>
A fluent builder for
CfnAppInstanceBot.-
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) The ARN of the AppInstance.build()configuration(IResolvable configuration) A structure that contains configuration data.configuration(CfnAppInstanceBot.ConfigurationProperty configuration) A structure that contains configuration data.static CfnAppInstanceBot.BuilderThe metadata of the AppInstanceBot.The name of the AppInstanceBot.The tags assigned to the AppInstanceBot.
-
Method Details
-
create
@Stability(Stable) public static CfnAppInstanceBot.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
CfnAppInstanceBot.Builder.
-
appInstanceArn
The ARN of the AppInstance.- Parameters:
appInstanceArn- The ARN of the AppInstance. This parameter is required.- Returns:
this- See Also:
-
configuration
A structure that contains configuration data.- Parameters:
configuration- A structure that contains configuration data. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnAppInstanceBot.Builder configuration(CfnAppInstanceBot.ConfigurationProperty configuration) A structure that contains configuration data.- Parameters:
configuration- A structure that contains configuration data. This parameter is required.- Returns:
this- See Also:
-
metadata
The metadata of the AppInstanceBot.- Parameters:
metadata- The metadata of the AppInstanceBot. This parameter is required.- Returns:
this- See Also:
-
name
The name of the AppInstanceBot.- Parameters:
name- The name of the AppInstanceBot. This parameter is required.- Returns:
this- See Also:
-
tags
The tags assigned to the AppInstanceBot.- Parameters:
tags- The tags assigned to the AppInstanceBot. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppInstanceBot>- Returns:
- a newly built instance of
CfnAppInstanceBot.
-