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 minimum value of the timestamp range.The maximum value of the timestamp range.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
-
beginDate
The minimum value of the timestamp range.
- Parameters:
beginDate
- The minimum value of the timestamp range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The maximum value of the timestamp range.
- Parameters:
endDate
- The maximum value of the timestamp range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-