public static interface SnapshotSchedule.Builder extends SdkPojo, CopyableBuilder<SnapshotSchedule.Builder,SnapshotSchedule>
| Modifier and Type | Method and Description |
|---|---|
SnapshotSchedule.Builder |
associatedClusterCount(Integer associatedClusterCount)
The number of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
associatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
associatedClusters(Consumer<ClusterAssociatedToSchedule.Builder>... associatedClusters)
A list of clusters associated with the schedule.
|
SnapshotSchedule.Builder |
nextInvocations(Collection<Instant> nextInvocations)
|
SnapshotSchedule.Builder |
nextInvocations(Instant... nextInvocations)
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSnapshotSchedule.Builder scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions.
scheduleDefinitions - A list of ScheduleDefinitions.SnapshotSchedule.Builder scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions.
scheduleDefinitions - A list of ScheduleDefinitions.SnapshotSchedule.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 - SnapshotSchedule.Builder nextInvocations(Instant... nextInvocations)
nextInvocations - SnapshotSchedule.Builder associatedClusterCount(Integer associatedClusterCount)
The number of clusters associated with the schedule.
associatedClusterCount - The number of clusters associated with the schedule.SnapshotSchedule.Builder associatedClusters(Collection<ClusterAssociatedToSchedule> associatedClusters)
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
associatedClusters - A list of clusters associated with the schedule. A maximum of 100 clusters is returned.SnapshotSchedule.Builder associatedClusters(ClusterAssociatedToSchedule... associatedClusters)
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
associatedClusters - A list of clusters associated with the schedule. A maximum of 100 clusters is returned.SnapshotSchedule.Builder associatedClusters(Consumer<ClusterAssociatedToSchedule.Builder>... associatedClusters)
A list of clusters associated with the schedule. A maximum of 100 clusters is returned.
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 #associatedClusters(List) .associatedClusters - a consumer that will call methods on List.Builder #associatedClusters(List) Copyright © 2021. All rights reserved.