Interface TestSetDiscrepancyReportBotAliasTarget.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,
,TestSetDiscrepancyReportBotAliasTarget> SdkBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,
,TestSetDiscrepancyReportBotAliasTarget> SdkPojo
- Enclosing class:
TestSetDiscrepancyReportBotAliasTarget
@Mutable
@NotThreadSafe
public static interface TestSetDiscrepancyReportBotAliasTarget.Builder
extends SdkPojo, CopyableBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,TestSetDiscrepancyReportBotAliasTarget>
-
Method Summary
Modifier and TypeMethodDescriptionbotAliasId
(String botAliasId) The unique identifier for the bot associated with the bot alias.The unique identifier for the bot alias.The unique identifier of the locale associated with the bot alias.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botId
The unique identifier for the bot alias.
- Parameters:
botId
- The unique identifier for the bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAliasId
The unique identifier for the bot associated with the bot alias.
- Parameters:
botAliasId
- The unique identifier for the bot associated with the bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The unique identifier of the locale associated with the bot alias.
- Parameters:
localeId
- The unique identifier of the locale associated with the bot alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-