public static interface CreateSnapshotScheduleRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotScheduleRequest.Builder,CreateSnapshotScheduleRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateSnapshotScheduleRequest.Builder scheduleDefinitions(Collection<String> scheduleDefinitions)
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
scheduleDefinitions - The definition of the snapshot schedule. The definition is made up of schedule expressions, for
example "cron(30 12 *)" or "rate(12 hours)".CreateSnapshotScheduleRequest.Builder scheduleDefinitions(String... scheduleDefinitions)
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
scheduleDefinitions - The definition of the snapshot schedule. The definition is made up of schedule expressions, for
example "cron(30 12 *)" or "rate(12 hours)".CreateSnapshotScheduleRequest.Builder scheduleIdentifier(String scheduleIdentifier)
A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the identifier.
scheduleIdentifier - A unique identifier for a snapshot schedule. Only alphanumeric characters are allowed for the
identifier.CreateSnapshotScheduleRequest.Builder scheduleDescription(String scheduleDescription)
The description of the snapshot schedule.
scheduleDescription - The description of the snapshot schedule.CreateSnapshotScheduleRequest.Builder tags(Collection<Tag> tags)
tags - The new value for the Tags property for this object.CreateSnapshotScheduleRequest.Builder tags(Tag... tags)
tags - The new value for the Tags property for this object.CreateSnapshotScheduleRequest.Builder tags(Consumer<Tag.Builder>... tags)
List.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) CreateSnapshotScheduleRequest.Builder dryRun(Boolean dryRun)
dryRun - The new value for the DryRun property for this object.CreateSnapshotScheduleRequest.Builder nextInvocations(Integer nextInvocations)
nextInvocations - The new value for the NextInvocations property for this object.CreateSnapshotScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.