Interface RestoreWindow.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RestoreWindow.Builder,,RestoreWindow> SdkBuilder<RestoreWindow.Builder,,RestoreWindow> SdkPojo
- Enclosing class:
 RestoreWindow
public static interface RestoreWindow.Builder
extends SdkPojo, CopyableBuilder<RestoreWindow.Builder,RestoreWindow> 
- 
Method Summary
Modifier and TypeMethodDescriptionearliestTime(Instant earliestTime) The earliest time you can restore an instance to.latestTime(Instant latestTime) The latest time you can restore an instance to.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, sdkFields 
- 
Method Details
- 
earliestTime
The earliest time you can restore an instance to.
- Parameters:
 earliestTime- The earliest time you can restore an instance to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
latestTime
The latest time you can restore an instance to.
- Parameters:
 latestTime- The latest time you can restore an instance to.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -