public static interface CreateSnapshotScheduleResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotScheduleResponse.Builder,CreateSnapshotScheduleResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSnapshotScheduleResponse.Builder scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions.
scheduleDefinitions - A list of ScheduleDefinitions.CreateSnapshotScheduleResponse.Builder scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions.
scheduleDefinitions - A list of ScheduleDefinitions.CreateSnapshotScheduleResponse.Builder scheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
scheduleIdentifier - A unique identifier for the schedule.CreateSnapshotScheduleResponse.Builder scheduleDescription(String scheduleDescription)
The description of the schedule.
scheduleDescription - The description of the schedule.CreateSnapshotScheduleResponse.Builder tags(Collection<Tag> tags)
An optional set of tags describing the schedule.
tags - An optional set of tags describing the schedule.CreateSnapshotScheduleResponse.Builder tags(Tag... tags)
An optional set of tags describing the schedule.
tags - An optional set of tags describing the schedule.CreateSnapshotScheduleResponse.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) CreateSnapshotScheduleResponse.Builder nextInvocations(Collection<Instant> nextInvocations)
nextInvocations - CreateSnapshotScheduleResponse.Builder nextInvocations(Instant... nextInvocations)
nextInvocations - CreateSnapshotScheduleResponse.Builder associatedClusterCount(Integer associatedClusterCount)
The number of clusters associated with the schedule.
associatedClusterCount - The number of clusters associated with the schedule.CreateSnapshotScheduleResponse.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.CreateSnapshotScheduleResponse.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.CreateSnapshotScheduleResponse.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.