public static interface UpdateSnapshotScheduleRequest.Builder extends StorageGatewayRequest.Builder, CopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
| Modifier and Type | Method and 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateSnapshotScheduleRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildrequestOverrideConfigcopyapply, buildUpdateSnapshotScheduleRequest.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.UpdateSnapshotScheduleRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateSnapshotScheduleRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.