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