CopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
, SdkBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
public static interface UpdateSnapshotScheduleRequest.Builder extends CopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateSnapshotScheduleRequest.Builder |
description(String description) |
Optional description of the snapshot that overwrites the existing description.
|
UpdateSnapshotScheduleRequest.Builder |
recurrenceInHours(Integer recurrenceInHours) |
Frequency of snapshots.
|
UpdateSnapshotScheduleRequest.Builder |
startAt(Integer startAt) |
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the
hour (0 to 23).
|
UpdateSnapshotScheduleRequest.Builder |
volumeARN(String volumeARN) |
The Amazon Resource Name (ARN) of the volume.
|
copy
apply, build
UpdateSnapshotScheduleRequest.Builder volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN
- The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
gateway volumes.UpdateSnapshotScheduleRequest.Builder startAt(Integer startAt)
The hour of the day at which the snapshot schedule begins represented as hh, where hh is the hour (0 to 23). The hour of the day is in the time zone of the gateway.
startAt
- The hour of the day at which the snapshot schedule begins represented as hh, where hh is
the hour (0 to 23). The hour of the day is in the time zone of the gateway.UpdateSnapshotScheduleRequest.Builder recurrenceInHours(Integer recurrenceInHours)
Frequency of snapshots. Specify the number of hours between snapshots.
recurrenceInHours
- Frequency of snapshots. Specify the number of hours between snapshots.UpdateSnapshotScheduleRequest.Builder description(String description)
Optional description of the snapshot that overwrites the existing description.
description
- Optional description of the snapshot that overwrites the existing description.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.