Interface ListSchedulesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSchedulesRequest.Builder,
,ListSchedulesRequest> SchedulerRequest.Builder
,SdkBuilder<ListSchedulesRequest.Builder,
,ListSchedulesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListSchedulesRequest
@Mutable
@NotThreadSafe
public static interface ListSchedulesRequest.Builder
extends SchedulerRequest.Builder, SdkPojo, CopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionIf specified, only lists the schedules whose associated schedule group matches the given filter.maxResults
(Integer maxResults) If specified, limits the number of results returned by this operation.namePrefix
(String namePrefix) Schedule name prefix to return the filtered list of resources.The token returned by a previous call to retrieve the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.If specified, only lists the schedules whose current state matches the given filter.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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:
-
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:
-
overrideConfiguration
ListSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-