public static interface UpdateSnapshotScheduleRequest.Builder extends StorageGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSnapshotScheduleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, 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.UpdateSnapshotScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.