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 that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #businessReportSchedules(List) .businessReportSchedules - a consumer that will call methods on List.Builder #businessReportSchedules(List) 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 © 2021. All rights reserved.