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