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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestoreWindow.BuilderearliestTime(Instant earliestTime)The earliest time you can restore an instance to.RestoreWindow.BuilderlatestTime(Instant latestTime)The latest time you can restore an instance to.-
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 Detail
-
earliestTime
RestoreWindow.Builder earliestTime(Instant 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
RestoreWindow.Builder latestTime(Instant 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.
-
-