Interface ValueRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ValueRange.Builder,
,ValueRange> SdkBuilder<ValueRange.Builder,
,ValueRange> SdkPojo
- Enclosing class:
ValueRange
@Mutable
@NotThreadSafe
public static interface ValueRange.Builder
extends SdkPojo, CopyableBuilder<ValueRange.Builder,ValueRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe end time of when to include objects.The start time of when to include objects.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
-
start
The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
- Parameters:
start
- The start time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.
- Parameters:
end
- The end time of when to include objects. Use positive numbers to indicate that the starting point is in the past, and negative numbers to indicate it is in the future.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-