Interface BotVersionLocaleDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotVersionLocaleDetails.Builder,BotVersionLocaleDetails>,SdkBuilder<BotVersionLocaleDetails.Builder,BotVersionLocaleDetails>,SdkPojo
- Enclosing class:
- BotVersionLocaleDetails
public static interface BotVersionLocaleDetails.Builder extends SdkPojo, CopyableBuilder<BotVersionLocaleDetails.Builder,BotVersionLocaleDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotVersionLocaleDetails.BuildersourceBotVersion(String sourceBotVersion)The version of a bot used for a bot locale.-
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
-
sourceBotVersion
BotVersionLocaleDetails.Builder sourceBotVersion(String sourceBotVersion)
The version of a bot used for a bot locale.
- Parameters:
sourceBotVersion- The version of a bot used for a bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-