public static interface ListSchedulesRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<ListSchedulesRequest.Builder,ListSchedulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSchedulesRequest.Builder |
jobName(String jobName)
The name of the job that these schedules apply to.
|
ListSchedulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this request.
|
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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSchedulesRequest.Builder jobName(String jobName)
The name of the job that these schedules apply to.
jobName - The name of the job that these schedules apply to.ListSchedulesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.