Interface EventTimeRange.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<EventTimeRange.Builder,,EventTimeRange> SdkBuilder<EventTimeRange.Builder,,EventTimeRange> SdkPojo
- Enclosing class:
 EventTimeRange
@Mutable
@NotThreadSafe
public static interface EventTimeRange.Builder
extends SdkPojo, CopyableBuilder<EventTimeRange.Builder,EventTimeRange> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe time when the event started.The time when the event ended.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
fromTime
The time when the event started.
- Parameters:
 fromTime- The time when the event started.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
toTime
The time when the event ended.
- Parameters:
 toTime- The time when the event ended.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -