Class ConnectBotAssociationLexBot.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.connect_bot_association.ConnectBotAssociationLexBot.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConnectBotAssociationLexBot>
- Enclosing interface:
- ConnectBotAssociationLexBot
@Stability(Stable) public static final class ConnectBotAssociationLexBot.Builder extends Object implements software.amazon.jsii.Builder<ConnectBotAssociationLexBot>
A builder forConnectBotAssociationLexBot
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectBotAssociationLexBotbuild()Builds the configured instance.ConnectBotAssociationLexBot.BuilderlexRegion(String lexRegion)Sets the value ofConnectBotAssociationLexBot.getLexRegion()ConnectBotAssociationLexBot.Buildername(String name)Sets the value ofConnectBotAssociationLexBot.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public ConnectBotAssociationLexBot.Builder name(String name)
Sets the value ofConnectBotAssociationLexBot.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_bot_association#name ConnectBotAssociation#name}. This parameter is required.- Returns:
this
-
lexRegion
@Stability(Stable) public ConnectBotAssociationLexBot.Builder lexRegion(String lexRegion)
Sets the value ofConnectBotAssociationLexBot.getLexRegion()- Parameters:
lexRegion- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/connect_bot_association#lex_region ConnectBotAssociation#lex_region}.- Returns:
this
-
build
@Stability(Stable) public ConnectBotAssociationLexBot build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConnectBotAssociationLexBot>- Returns:
- a new instance of
ConnectBotAssociationLexBot - Throws:
NullPointerException- if any required attribute was not provided
-
-