public static interface ListBusinessReportSchedulesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListBusinessReportSchedulesRequest.Builder,ListBusinessReportSchedulesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of schedules listed in the call.
|
ListBusinessReportSchedulesRequest.Builder |
nextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
ListBusinessReportSchedulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBusinessReportSchedulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBusinessReportSchedulesRequest.Builder nextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
nextToken - The token used to list the remaining schedules from the previous API call.ListBusinessReportSchedulesRequest.Builder maxResults(Integer maxResults)
The maximum number of schedules listed in the call.
maxResults - The maximum number of schedules listed in the call.ListBusinessReportSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBusinessReportSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.