Uses of Interface
software.amazon.awssdk.services.costandusagereport.model.ReportStatus.Builder
-
Packages that use ReportStatus.Builder Package Description software.amazon.awssdk.services.costandusagereport.model -
-
Uses of ReportStatus.Builder in software.amazon.awssdk.services.costandusagereport.model
Methods in software.amazon.awssdk.services.costandusagereport.model that return ReportStatus.Builder Modifier and Type Method Description static ReportStatus.BuilderReportStatus. builder()ReportStatus.BuilderReportStatus.Builder. lastDelivery(String lastDelivery)A timestamp that gives the date of a report delivery.ReportStatus.BuilderReportStatus.Builder. lastStatus(String lastStatus)An enum that gives the status of a report delivery.ReportStatus.BuilderReportStatus.Builder. lastStatus(LastStatus lastStatus)An enum that gives the status of a report delivery.ReportStatus.BuilderReportStatus. toBuilder()Methods in software.amazon.awssdk.services.costandusagereport.model that return types with arguments of type ReportStatus.Builder Modifier and Type Method Description static Class<? extends ReportStatus.Builder>ReportStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costandusagereport.model with type arguments of type ReportStatus.Builder Modifier and Type Method Description default ReportDefinition.BuilderReportDefinition.Builder. reportStatus(Consumer<ReportStatus.Builder> reportStatus)The status of the report.
-