Interface ListSchedulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
,SchedulerRequest.Builder
,SdkBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListSchedulesRequest
public static interface ListSchedulesRequest.Builder extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListSchedulesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListSchedulesRequest.Builder
state(String state)
If specified, only lists the schedules whose current state matches the given filter.ListSchedulesRequest.Builder
state(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.-
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
-
groupName
ListSchedulesRequest.Builder groupName(String groupName)
If specified, only lists the schedules whose associated schedule group matches the given filter.
- Parameters:
groupName
- If specified, only lists the schedules whose associated schedule group matches the given filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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.- Parameters:
maxResults
- If specified, limits the number of results returned by this operation. The operation also returns aNextToken
which 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
ListSchedulesRequest.Builder namePrefix(String namePrefix)
Schedule name prefix to return the filtered list of resources.
- Parameters:
namePrefix
- Schedule name prefix to return the filtered list of resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSchedulesRequest.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.
-
state
ListSchedulesRequest.Builder state(String state)
If specified, only lists the schedules whose current state matches the given filter.
- Parameters:
state
- If specified, only lists the schedules whose current state matches the given filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleState
,ScheduleState
-
state
ListSchedulesRequest.Builder state(ScheduleState state)
If specified, only lists the schedules whose current state matches the given filter.
- Parameters:
state
- If specified, only lists the schedules whose current state matches the given filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleState
,ScheduleState
-
overrideConfiguration
ListSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-