public static interface CreateSnapshotScheduleRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<CreateSnapshotScheduleRequest.Builder,CreateSnapshotScheduleRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateSnapshotScheduleRequest.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)
An optional set of tags you can use to search for the schedule.
tags
- An optional set of tags you can use to search for the schedule.CreateSnapshotScheduleRequest.Builder tags(Tag... tags)
An optional set of tags you can use to search for the schedule.
tags
- An optional set of tags you can use to search for the schedule.CreateSnapshotScheduleRequest.Builder tags(Consumer<Tag.Builder>... tags)
An optional set of tags you can use to search for 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)
CreateSnapshotScheduleRequest.Builder dryRun(Boolean dryRun)
dryRun
- CreateSnapshotScheduleRequest.Builder nextInvocations(Integer nextInvocations)
nextInvocations
- CreateSnapshotScheduleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateSnapshotScheduleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.