Class LexBotAliasConversationLogsLogSettings.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.lex_bot_alias.LexBotAliasConversationLogsLogSettings.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LexBotAliasConversationLogsLogSettings>
- Enclosing interface:
- LexBotAliasConversationLogsLogSettings
@Stability(Stable) public static final class LexBotAliasConversationLogsLogSettings.Builder extends Object implements software.amazon.jsii.Builder<LexBotAliasConversationLogsLogSettings>
A builder forLexBotAliasConversationLogsLogSettings
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LexBotAliasConversationLogsLogSettingsbuild()Builds the configured instance.LexBotAliasConversationLogsLogSettings.Builderdestination(String destination)Sets the value ofLexBotAliasConversationLogsLogSettings.getDestination()LexBotAliasConversationLogsLogSettings.BuilderkmsKeyArn(String kmsKeyArn)Sets the value ofLexBotAliasConversationLogsLogSettings.getKmsKeyArn()LexBotAliasConversationLogsLogSettings.BuilderlogType(String logType)Sets the value ofLexBotAliasConversationLogsLogSettings.getLogType()LexBotAliasConversationLogsLogSettings.BuilderresourceArn(String resourceArn)Sets the value ofLexBotAliasConversationLogsLogSettings.getResourceArn()
-
-
-
Method Detail
-
destination
@Stability(Stable) public LexBotAliasConversationLogsLogSettings.Builder destination(String destination)
Sets the value ofLexBotAliasConversationLogsLogSettings.getDestination()- Parameters:
destination- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#destination LexBotAlias#destination}. This parameter is required.- Returns:
this
-
logType
@Stability(Stable) public LexBotAliasConversationLogsLogSettings.Builder logType(String logType)
Sets the value ofLexBotAliasConversationLogsLogSettings.getLogType()- Parameters:
logType- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#log_type LexBotAlias#log_type}. This parameter is required.- Returns:
this
-
resourceArn
@Stability(Stable) public LexBotAliasConversationLogsLogSettings.Builder resourceArn(String resourceArn)
Sets the value ofLexBotAliasConversationLogsLogSettings.getResourceArn()- Parameters:
resourceArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#resource_arn LexBotAlias#resource_arn}. This parameter is required.- Returns:
this
-
kmsKeyArn
@Stability(Stable) public LexBotAliasConversationLogsLogSettings.Builder kmsKeyArn(String kmsKeyArn)
Sets the value ofLexBotAliasConversationLogsLogSettings.getKmsKeyArn()- Parameters:
kmsKeyArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lex_bot_alias#kms_key_arn LexBotAlias#kms_key_arn}.- Returns:
this
-
build
@Stability(Stable) public LexBotAliasConversationLogsLogSettings build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LexBotAliasConversationLogsLogSettings>- Returns:
- a new instance of
LexBotAliasConversationLogsLogSettings - Throws:
NullPointerException- if any required attribute was not provided
-
-