public static interface SnapshotSchedule.Builder extends SdkPojo, CopyableBuilder<SnapshotSchedule.Builder,SnapshotSchedule>
| Modifier and Type | Method and Description |
|---|---|
SnapshotSchedule.Builder |
nextInvocations(Collection<Instant> nextInvocations)
Sets the value of the NextInvocations property for this object.
|
SnapshotSchedule.Builder |
nextInvocations(Instant... nextInvocations)
Sets the value of the NextInvocations property for this object.
|
SnapshotSchedule.Builder |
scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions
|
SnapshotSchedule.Builder |
scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions
|
SnapshotSchedule.Builder |
scheduleDescription(String scheduleDescription)
The description of the schedule.
|
SnapshotSchedule.Builder |
scheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
|
SnapshotSchedule.Builder |
tags(Collection<Tag> tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
tags(Consumer<Tag.Builder>... tags)
An optional set of tags describing the schedule.
|
SnapshotSchedule.Builder |
tags(Tag... tags)
An optional set of tags describing the schedule.
|
copyapplyMutation, buildSnapshotSchedule.Builder scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions
scheduleDefinitions - A list of ScheduleDefinitionsSnapshotSchedule.Builder scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions
scheduleDefinitions - A list of ScheduleDefinitionsSnapshotSchedule.Builder scheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
scheduleIdentifier - A unique identifier for the schedule.SnapshotSchedule.Builder scheduleDescription(String scheduleDescription)
The description of the schedule.
scheduleDescription - The description of the schedule.SnapshotSchedule.Builder tags(Collection<Tag> tags)
An optional set of tags describing the schedule.
tags - An optional set of tags describing the schedule.SnapshotSchedule.Builder tags(Tag... tags)
An optional set of tags describing the schedule.
tags - An optional set of tags describing the schedule.SnapshotSchedule.Builder tags(Consumer<Tag.Builder>... tags)
An optional set of tags describing the schedule.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) SnapshotSchedule.Builder nextInvocations(Collection<Instant> nextInvocations)
nextInvocations - The new value for the NextInvocations property for this object.SnapshotSchedule.Builder nextInvocations(Instant... nextInvocations)
nextInvocations - The new value for the NextInvocations property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.