public static interface ListSchedulesResponse.Builder extends SchedulerResponse.Builder, SdkPojo, CopyableBuilder<ListSchedulesResponse.Builder,ListSchedulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesResponse.Builder |
nextToken(String nextToken)
Indicates whether there are additional results to retrieve.
|
ListSchedulesResponse.Builder |
schedules(Collection<ScheduleSummary> schedules)
The schedules that match the specified criteria.
|
ListSchedulesResponse.Builder |
schedules(Consumer<ScheduleSummary.Builder>... schedules)
The schedules that match the specified criteria.
|
ListSchedulesResponse.Builder |
schedules(ScheduleSummary... schedules)
The schedules that match the specified criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchedulesResponse.Builder nextToken(String nextToken)
Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
nextToken - Indicates whether there are additional results to retrieve. If the value is null, there are no more
results.ListSchedulesResponse.Builder schedules(Collection<ScheduleSummary> schedules)
The schedules that match the specified criteria.
schedules - The schedules that match the specified criteria.ListSchedulesResponse.Builder schedules(ScheduleSummary... schedules)
The schedules that match the specified criteria.
schedules - The schedules that match the specified criteria.ListSchedulesResponse.Builder schedules(Consumer<ScheduleSummary.Builder>... schedules)
The schedules that match the specified criteria.
This is a convenience method that creates an instance of theScheduleSummary.Builder avoiding the need to create
one manually via ScheduleSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #schedules(List.
schedules - a consumer that will call methods on
ScheduleSummary.Builder#schedules(java.util.Collection) Copyright © 2022. All rights reserved.