Interface TestSetDiscrepancyReportBotAliasTarget.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,TestSetDiscrepancyReportBotAliasTarget>,SdkBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,TestSetDiscrepancyReportBotAliasTarget>,SdkPojo
- Enclosing class:
- TestSetDiscrepancyReportBotAliasTarget
public static interface TestSetDiscrepancyReportBotAliasTarget.Builder extends SdkPojo, CopyableBuilder<TestSetDiscrepancyReportBotAliasTarget.Builder,TestSetDiscrepancyReportBotAliasTarget>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestSetDiscrepancyReportBotAliasTarget.BuilderbotAliasId(String botAliasId)The unique identifier for the bot associated with the bot alias.TestSetDiscrepancyReportBotAliasTarget.BuilderbotId(String botId)The unique identifier for the bot alias.TestSetDiscrepancyReportBotAliasTarget.BuilderlocaleId(String localeId)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, sdkFields
-
-
-
-
Method Detail
-
botId
TestSetDiscrepancyReportBotAliasTarget.Builder botId(String 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
TestSetDiscrepancyReportBotAliasTarget.Builder botAliasId(String 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
TestSetDiscrepancyReportBotAliasTarget.Builder localeId(String 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.
-
-