public static interface CreateSnapshotScheduleResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<CreateSnapshotScheduleResponse.Builder,CreateSnapshotScheduleResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotScheduleResponse.Builder |
nextInvocations(Collection<Instant> nextInvocations)
Sets the value of the NextInvocations property for this object.
|
CreateSnapshotScheduleResponse.Builder |
nextInvocations(Instant... nextInvocations)
Sets the value of the NextInvocations property for this object.
|
CreateSnapshotScheduleResponse.Builder |
scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions
|
CreateSnapshotScheduleResponse.Builder |
scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions
|
CreateSnapshotScheduleResponse.Builder |
scheduleDescription(String scheduleDescription)
The description of the schedule.
|
CreateSnapshotScheduleResponse.Builder |
scheduleIdentifier(String scheduleIdentifier)
A unique identifier for the schedule.
|
CreateSnapshotScheduleResponse.Builder |
tags(Collection<Tag> tags)
An optional set of tags describing the schedule.
|
CreateSnapshotScheduleResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
An optional set of tags describing the schedule.
|
CreateSnapshotScheduleResponse.Builder |
tags(Tag... tags)
An optional set of tags describing the schedule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateSnapshotScheduleResponse.Builder scheduleDefinitions(Collection<String> scheduleDefinitions)
A list of ScheduleDefinitions
scheduleDefinitions - A list of ScheduleDefinitionsCreateSnapshotScheduleResponse.Builder scheduleDefinitions(String... scheduleDefinitions)
A list of ScheduleDefinitions
scheduleDefinitions - A list of ScheduleDefinitionsCreateSnapshotScheduleResponse.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 - The new value for the NextInvocations property for this object.CreateSnapshotScheduleResponse.Builder nextInvocations(Instant... nextInvocations)
nextInvocations - The new value for the NextInvocations property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.