| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
BusinessReportSchedule |
BusinessReportSchedule.clone() |
BusinessReportSchedule |
BusinessReportSchedule.withContentRange(BusinessReportContentRange contentRange)
The content range of the reports.
|
BusinessReportSchedule |
BusinessReportSchedule.withFormat(BusinessReportFormat format)
The format of the generated report (individual CSV files or zipped files of individual files).
|
BusinessReportSchedule |
BusinessReportSchedule.withFormat(String format)
The format of the generated report (individual CSV files or zipped files of individual files).
|
BusinessReportSchedule |
BusinessReportSchedule.withLastBusinessReport(BusinessReport lastBusinessReport)
The details of the last business report delivery for a specified time interval.
|
BusinessReportSchedule |
BusinessReportSchedule.withRecurrence(BusinessReportRecurrence recurrence)
The recurrence of the reports.
|
BusinessReportSchedule |
BusinessReportSchedule.withS3BucketName(String s3BucketName)
The S3 bucket name of the output reports.
|
BusinessReportSchedule |
BusinessReportSchedule.withS3KeyPrefix(String s3KeyPrefix)
The S3 key where the report is delivered.
|
BusinessReportSchedule |
BusinessReportSchedule.withScheduleArn(String scheduleArn)
The ARN of the business report schedule.
|
BusinessReportSchedule |
BusinessReportSchedule.withScheduleName(String scheduleName)
The name identifier of the schedule.
|
| Modifier and Type | Method and Description |
|---|---|
List<BusinessReportSchedule> |
ListBusinessReportSchedulesResult.getBusinessReportSchedules()
The schedule of the reports.
|
| Modifier and Type | Method and Description |
|---|---|
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.withBusinessReportSchedules(BusinessReportSchedule... businessReportSchedules)
The schedule of the reports.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBusinessReportSchedulesResult.setBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
ListBusinessReportSchedulesResult |
ListBusinessReportSchedulesResult.withBusinessReportSchedules(Collection<BusinessReportSchedule> businessReportSchedules)
The schedule of the reports.
|
Copyright © 2023. All rights reserved.