Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateSnapshotScheduleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
A JSON object containing one or more of the following fields:
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateSnapshotScheduleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static UpdateSnapshotScheduleRequest.Builder |
builder() |
|
String |
description() |
Optional description of the snapshot that overwrites the existing description.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
recurrenceInHours() |
Frequency of snapshots.
|
static Class<? extends UpdateSnapshotScheduleRequest.Builder> |
serializableBuilderClass() |
|
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 |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
volumeARN() |
The Amazon Resource Name (ARN) of the volume.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String volumeARN()
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
public 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.
public Integer recurrenceInHours()
Frequency of snapshots. Specify the number of hours between snapshots.
public String description()
Optional description of the snapshot that overwrites the existing description.
public UpdateSnapshotScheduleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateSnapshotScheduleRequest.Builder,UpdateSnapshotScheduleRequest>
public static UpdateSnapshotScheduleRequest.Builder builder()
public static Class<? extends UpdateSnapshotScheduleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.