public static interface RestoreWindow.Builder extends SdkPojo, CopyableBuilder<RestoreWindow.Builder,RestoreWindow>
| Modifier and Type | Method and Description |
|---|---|
RestoreWindow.Builder |
earliestTime(Instant earliestTime)
The earliest time you can restore an instance to.
|
RestoreWindow.Builder |
latestTime(Instant latestTime)
The latest time you can restore an instance to.
|
copyapplyMutation, buildRestoreWindow.Builder earliestTime(Instant earliestTime)
The earliest time you can restore an instance to.
earliestTime - The earliest time you can restore an instance to.RestoreWindow.Builder latestTime(Instant latestTime)
The latest time you can restore an instance to.
latestTime - The latest time you can restore an instance to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.