public static interface ListScheduleGroupsRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListScheduleGroupsRequest.Builder |
maxResults(Integer maxResults)
If specified, limits the number of results returned by this operation.
|
ListScheduleGroupsRequest.Builder |
namePrefix(String namePrefix)
The name prefix that you can use to return a filtered list of your schedule groups.
|
ListScheduleGroupsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListScheduleGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListScheduleGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListScheduleGroupsRequest.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.ListScheduleGroupsRequest.Builder namePrefix(String namePrefix)
The name prefix that you can use to return a filtered list of your schedule groups.
namePrefix - The name prefix that you can use to return a filtered list of your schedule groups.ListScheduleGroupsRequest.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.ListScheduleGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListScheduleGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.