public static interface ListSchedulesRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesRequest.Builder |
groupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
|
ListSchedulesRequest.Builder |
maxResults(Integer maxResults)
If specified, limits the number of results returned by this operation.
|
ListSchedulesRequest.Builder |
namePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
|
ListSchedulesRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListSchedulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSchedulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSchedulesRequest.Builder |
state(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
|
ListSchedulesRequest.Builder |
state(String state)
If specified, only lists the schedules whose current state matches the given filter.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchedulesRequest.Builder groupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
groupName - If specified, only lists the schedules whose associated schedule group matches the given filter.ListSchedulesRequest.Builder maxResults(Integer maxResults)
If specified, limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of results.
maxResults - If specified, limits the number of results returned by this operation. The operation also returns a
NextToken which you can use in a subsequent operation to retrieve the next set of
results.ListSchedulesRequest.Builder namePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
namePrefix - Schedule name prefix to return the filtered list of resources.ListSchedulesRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListSchedulesRequest.Builder state(String state)
If specified, only lists the schedules whose current state matches the given filter.
state - If specified, only lists the schedules whose current state matches the given filter.ScheduleState,
ScheduleStateListSchedulesRequest.Builder state(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
state - If specified, only lists the schedules whose current state matches the given filter.ScheduleState,
ScheduleStateListSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.