Interface PointInTimeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PointInTimeConfiguration.Builder,,PointInTimeConfiguration> SdkBuilder<PointInTimeConfiguration.Builder,,PointInTimeConfiguration> SdkPojo
- Enclosing class:
PointInTimeConfiguration
@Mutable
@NotThreadSafe
public static interface PointInTimeConfiguration.Builder
extends SdkPojo, CopyableBuilder<PointInTimeConfiguration.Builder,PointInTimeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp to stop at.Whether to start from the horizon or a specific timestamp.Whether to start from the horizon or a specific timestamp.startingPoint(Instant startingPoint) Timestamp to start from.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
-
pointType
Whether to start from the horizon or a specific timestamp.
- Parameters:
pointType- Whether to start from the horizon or a specific timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pointType
Whether to start from the horizon or a specific timestamp.
- Parameters:
pointType- Whether to start from the horizon or a specific timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startingPoint
Timestamp to start from. Required when PointType is TIMESTAMP.
- Parameters:
startingPoint- Timestamp to start from. Required when PointType is TIMESTAMP.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endPoint
Timestamp to stop at. Optional.
- Parameters:
endPoint- Timestamp to stop at. Optional.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-