public static interface ListBusinessReportSchedulesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListBusinessReportSchedulesResponse.Builder,ListBusinessReportSchedulesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesResponse.Builder |
businessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResponse.Builder |
businessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResponse.Builder |
businessReportSchedules(Consumer<BusinessReportSchedule.Builder>... businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResponse.Builder |
nextToken(String nextToken)
The token used to list the remaining schedules from the previous API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBusinessReportSchedulesResponse.Builder businessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
businessReportSchedules - The schedule of the reports.ListBusinessReportSchedulesResponse.Builder businessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
businessReportSchedules - The schedule of the reports.ListBusinessReportSchedulesResponse.Builder businessReportSchedules(Consumer<BusinessReportSchedule.Builder>... businessReportSchedules)
The schedule of the reports.
This is a convenience method that creates an instance of theBusinessReportSchedule.Builder avoiding the
need to create one manually via
BusinessReportSchedule.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #businessReportSchedules(List.
businessReportSchedules - a consumer that will call methods on
BusinessReportSchedule.Builder#businessReportSchedules(java.util.Collection) ListBusinessReportSchedulesResponse.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.Copyright © 2023. All rights reserved.