public static interface ListScheduleGroupsResponse.Builder extends SchedulerResponse.Builder, SdkPojo, CopyableBuilder<ListScheduleGroupsResponse.Builder,ListScheduleGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListScheduleGroupsResponse.Builder |
nextToken(String nextToken)
Indicates whether there are additional results to retrieve.
|
ListScheduleGroupsResponse.Builder |
scheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)
The schedule groups that match the specified criteria.
|
ListScheduleGroupsResponse.Builder |
scheduleGroups(Consumer<ScheduleGroupSummary.Builder>... scheduleGroups)
The schedule groups that match the specified criteria.
|
ListScheduleGroupsResponse.Builder |
scheduleGroups(ScheduleGroupSummary... scheduleGroups)
The schedule groups that match the specified criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScheduleGroupsResponse.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.ListScheduleGroupsResponse.Builder scheduleGroups(Collection<ScheduleGroupSummary> scheduleGroups)
The schedule groups that match the specified criteria.
scheduleGroups - The schedule groups that match the specified criteria.ListScheduleGroupsResponse.Builder scheduleGroups(ScheduleGroupSummary... scheduleGroups)
The schedule groups that match the specified criteria.
scheduleGroups - The schedule groups that match the specified criteria.ListScheduleGroupsResponse.Builder scheduleGroups(Consumer<ScheduleGroupSummary.Builder>... scheduleGroups)
The schedule groups that match the specified criteria.
This is a convenience method that creates an instance of theScheduleGroupSummary.Builder avoiding the need to
create one manually via
ScheduleGroupSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #scheduleGroups(List.
scheduleGroups - a consumer that will call methods on
ScheduleGroupSummary.Builder#scheduleGroups(java.util.Collection) Copyright © 2022. All rights reserved.