Interface InsightTimeRange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InsightTimeRange.Builder,,InsightTimeRange> SdkBuilder<InsightTimeRange.Builder,,InsightTimeRange> SdkPojo
- Enclosing class:
InsightTimeRange
@Mutable
@NotThreadSafe
public static interface InsightTimeRange.Builder
extends SdkPojo, CopyableBuilder<InsightTimeRange.Builder,InsightTimeRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe start of the time range, in epoch milliseconds.The end of the time range, in epoch milliseconds.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
-
from
The start of the time range, in epoch milliseconds.
- Parameters:
from- The start of the time range, in epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
to
The end of the time range, in epoch milliseconds.
- Parameters:
to- The end of the time range, in epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-