Interface BotAliasHistoryEvent.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BotAliasHistoryEvent.Builder,
,BotAliasHistoryEvent> SdkBuilder<BotAliasHistoryEvent.Builder,
,BotAliasHistoryEvent> SdkPojo
- Enclosing class:
BotAliasHistoryEvent
@Mutable
@NotThreadSafe
public static interface BotAliasHistoryEvent.Builder
extends SdkPojo, CopyableBuilder<BotAliasHistoryEvent.Builder,BotAliasHistoryEvent>
-
Method Summary
Modifier and TypeMethodDescriptionbotVersion
(String botVersion) The version of the bot that was used in the event.The date and time that the event ended.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-