| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotSchedule.Builder |
SnapshotSchedule.builder() |
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.nextInvocations(Collection<Instant> nextInvocations)
Sets the value of the NextInvocations property for this object.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.nextInvocations(Instant... nextInvocations)
Sets the value of the NextInvocations property for this object.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.scheduleDescription(String scheduleDescription)
The description of the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.scheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.tags(Collection<Tag> tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.tags(Consumer<Tag.Builder>... tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.Builder.tags(Tag... tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
SnapshotSchedule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SnapshotSchedule.Builder> |
SnapshotSchedule.serializableBuilderClass() |
Copyright © 2018. All rights reserved.