@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotSchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotSchedule.Builder,SnapshotSchedule>
Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.
Modifier and Type | Class and Description |
---|---|
static interface |
SnapshotSchedule.Builder |
Modifier and Type | Method and Description |
---|---|
static SnapshotSchedule.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Instant> |
nextInvocations()
Returns the value of the NextInvocations property for this object.
|
List<String> |
scheduleDefinitions()
A list of ScheduleDefinitions
|
String |
scheduleDescription()
The description of the schedule.
|
String |
scheduleIdentifier()
A unique identifier for the schedule.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SnapshotSchedule.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<String> scheduleDefinitions()
A list of ScheduleDefinitions
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String scheduleIdentifier()
A unique identifier for the schedule.
public String scheduleDescription()
The description of the schedule.
public List<Tag> tags()
An optional set of tags describing the schedule.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Instant> nextInvocations()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SnapshotSchedule.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SnapshotSchedule.Builder,SnapshotSchedule>
public static SnapshotSchedule.Builder builder()
public static Class<? extends SnapshotSchedule.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.