public static interface DescribeSnapshotSchedulesResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeSnapshotSchedulesResponse.Builder,DescribeSnapshotSchedulesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotSchedulesResponse.Builder |
marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request.
|
DescribeSnapshotSchedulesResponse.Builder |
snapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
|
DescribeSnapshotSchedulesResponse.Builder |
snapshotSchedules(Consumer<SnapshotSchedule.Builder>... snapshotSchedules)
A list of SnapshotSchedules.
|
DescribeSnapshotSchedulesResponse.Builder |
snapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(Collection<SnapshotSchedule> snapshotSchedules)
A list of SnapshotSchedules.
snapshotSchedules
- A list of SnapshotSchedules.DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(SnapshotSchedule... snapshotSchedules)
A list of SnapshotSchedules.
snapshotSchedules
- A list of SnapshotSchedules.DescribeSnapshotSchedulesResponse.Builder snapshotSchedules(Consumer<SnapshotSchedule.Builder>... snapshotSchedules)
A list of SnapshotSchedules.
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 #snapshotSchedules(List)
.snapshotSchedules
- a consumer that will call methods on List.Builder
#snapshotSchedules(List)
DescribeSnapshotSchedulesResponse.Builder marker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker
value in the marker
parameter and retrying the command. If the marker
field is
empty, all response records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response records in a subsequent
request. If a value is returned in a response, you can retrieve the next set of records by providing
this returned marker value in the marker
parameter and retrying the command. If the
marker
field is empty, all response records have been retrieved for the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.