| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
BusinessReport |
BusinessReport.clone() |
BusinessReport |
BusinessReportSchedule.getLastBusinessReport()
The details of the last business report delivery for a specified time interval.
|
BusinessReport |
BusinessReport.withDeliveryTime(Date deliveryTime)
The time of report delivery.
|
BusinessReport |
BusinessReport.withDownloadUrl(String downloadUrl)
The download link where a user can download the report.
|
BusinessReport |
BusinessReport.withFailureCode(BusinessReportFailureCode failureCode)
The failure code.
|
BusinessReport |
BusinessReport.withFailureCode(String failureCode)
The failure code.
|
BusinessReport |
BusinessReport.withS3Location(BusinessReportS3Location s3Location)
The S3 location of the output reports.
|
BusinessReport |
BusinessReport.withStatus(BusinessReportStatus status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
BusinessReport |
BusinessReport.withStatus(String status)
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusinessReportSchedule.setLastBusinessReport(BusinessReport lastBusinessReport)
The details of the last business report delivery for a specified time interval.
|
BusinessReportSchedule |
BusinessReportSchedule.withLastBusinessReport(BusinessReport lastBusinessReport)
The details of the last business report delivery for a specified time interval.
|
Copyright © 2023. All rights reserved.