Interface AnomalyTimeRange.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AnomalyTimeRange.Builder,,AnomalyTimeRange> SdkBuilder<AnomalyTimeRange.Builder,,AnomalyTimeRange> SdkPojo
- Enclosing class:
 AnomalyTimeRange
public static interface AnomalyTimeRange.Builder
extends SdkPojo, CopyableBuilder<AnomalyTimeRange.Builder,AnomalyTimeRange> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe time when the anomalous behavior ended.The time when the anomalous behavior started.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, sdkFields 
- 
Method Details
- 
startTime
The time when the anomalous behavior started.
- Parameters:
 startTime- The time when the anomalous behavior started.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
endTime
The time when the anomalous behavior ended.
- Parameters:
 endTime- The time when the anomalous behavior ended.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -