Interface ListScheduleGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>,SchedulerRequest.Builder,SdkBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListScheduleGroupsRequest
public static interface ListScheduleGroupsRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<ListScheduleGroupsRequest.Builder,ListScheduleGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListScheduleGroupsRequest.BuildermaxResults(Integer maxResults)If specified, limits the number of results returned by this operation.ListScheduleGroupsRequest.BuildernamePrefix(String namePrefix)The name prefix that you can use to return a filtered list of your schedule groups.ListScheduleGroupsRequest.BuildernextToken(String nextToken)The token returned by a previous call to retrieve the next set of results.ListScheduleGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListScheduleGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.scheduler.model.SchedulerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListScheduleGroupsRequest.Builder maxResults(Integer maxResults)
If specified, limits the number of results returned by this operation. The operation also returns a
NextTokenwhich you can use in a subsequent operation to retrieve the next set of results.- Parameters:
maxResults- If specified, limits the number of results returned by this operation. The operation also returns aNextTokenwhich you can use in a subsequent operation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namePrefix
ListScheduleGroupsRequest.Builder namePrefix(String namePrefix)
The name prefix that you can use to return a filtered list of your schedule groups.
- Parameters:
namePrefix- The name prefix that you can use to return a filtered list of your schedule groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListScheduleGroupsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
- Parameters:
nextToken- The token returned by a previous call to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListScheduleGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListScheduleGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-