Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.BusinessReport.Builder
-
Packages that use BusinessReport.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of BusinessReport.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return BusinessReport.Builder Modifier and Type Method Description static BusinessReport.BuilderBusinessReport. builder()BusinessReport.BuilderBusinessReport.Builder. deliveryTime(Instant deliveryTime)The time of report delivery.BusinessReport.BuilderBusinessReport.Builder. downloadUrl(String downloadUrl)The download link where a user can download the report.BusinessReport.BuilderBusinessReport.Builder. failureCode(String failureCode)The failure code.BusinessReport.BuilderBusinessReport.Builder. failureCode(BusinessReportFailureCode failureCode)The failure code.default BusinessReport.BuilderBusinessReport.Builder. s3Location(Consumer<BusinessReportS3Location.Builder> s3Location)The S3 location of the output reports.BusinessReport.BuilderBusinessReport.Builder. s3Location(BusinessReportS3Location s3Location)The S3 location of the output reports.BusinessReport.BuilderBusinessReport.Builder. status(String status)The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).BusinessReport.BuilderBusinessReport.Builder. status(BusinessReportStatus status)The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).BusinessReport.BuilderBusinessReport. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type BusinessReport.Builder Modifier and Type Method Description static Class<? extends BusinessReport.Builder>BusinessReport. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type BusinessReport.Builder Modifier and Type Method Description default BusinessReportSchedule.BuilderBusinessReportSchedule.Builder. lastBusinessReport(Consumer<BusinessReport.Builder> lastBusinessReport)The details of the last business report delivery for a specified time interval.
-