Interface BotAliasHistoryEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>,SdkBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>,SdkPojo
- Enclosing class:
- BotAliasHistoryEvent
public static interface BotAliasHistoryEvent.Builder extends SdkPojo, CopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotAliasHistoryEvent.BuilderbotVersion(String botVersion)The version of the bot that was used in the event.BotAliasHistoryEvent.BuilderendDate(Instant endDate)The date and time that the event ended.BotAliasHistoryEvent.BuilderstartDate(Instant startDate)The date and time that the event started.-
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
-
botVersion
BotAliasHistoryEvent.Builder botVersion(String botVersion)
The version of the bot that was used in the event.
- Parameters:
botVersion- The version of the bot that was used in the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
BotAliasHistoryEvent.Builder startDate(Instant startDate)
The date and time that the event started.
- Parameters:
startDate- The date and time that the event started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
BotAliasHistoryEvent.Builder endDate(Instant endDate)
The date and time that the event ended.
- Parameters:
endDate- The date and time that the event ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-