Interface BotAliasReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BotAliasReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:17.023Z")
@Stability(Stable)
public interface BotAliasReference
extends software.amazon.jsii.JsiiSerializable
A reference to a BotAlias resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.lex.*;
BotAliasReference botAliasReference = BotAliasReference.builder()
.botAliasArn("botAliasArn")
.botAliasId("botAliasId")
.botId("botId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBotAliasReferencestatic final classAn implementation forBotAliasReference -
Method Summary
Modifier and TypeMethodDescriptionstatic BotAliasReference.Builderbuilder()The ARN of the BotAlias resource.The BotAliasId of the BotAlias resource.getBotId()The BotId of the BotAlias resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBotAliasArn
The ARN of the BotAlias resource. -
getBotAliasId
The BotAliasId of the BotAlias resource. -
getBotId
The BotId of the BotAlias resource. -
builder
- Returns:
- a
BotAliasReference.BuilderofBotAliasReference
-