Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.BusinessReportContentRange.Builder
-
Packages that use BusinessReportContentRange.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of BusinessReportContentRange.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return BusinessReportContentRange.Builder Modifier and Type Method Description static BusinessReportContentRange.BuilderBusinessReportContentRange. builder()BusinessReportContentRange.BuilderBusinessReportContentRange.Builder. interval(String interval)The interval of the content range.BusinessReportContentRange.BuilderBusinessReportContentRange.Builder. interval(BusinessReportInterval interval)The interval of the content range.BusinessReportContentRange.BuilderBusinessReportContentRange. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type BusinessReportContentRange.Builder Modifier and Type Method Description static Class<? extends BusinessReportContentRange.Builder>BusinessReportContentRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type BusinessReportContentRange.Builder Modifier and Type Method Description default BusinessReportSchedule.BuilderBusinessReportSchedule.Builder. contentRange(Consumer<BusinessReportContentRange.Builder> contentRange)The content range of the reports.default CreateBusinessReportScheduleRequest.BuilderCreateBusinessReportScheduleRequest.Builder. contentRange(Consumer<BusinessReportContentRange.Builder> contentRange)The content range of the reports.
-