Uses of Interface
software.amazon.awssdk.services.codebuild.model.ReportGroupTrendStats.Builder
-
Packages that use ReportGroupTrendStats.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportGroupTrendStats.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportGroupTrendStats.Builder Modifier and Type Method Description ReportGroupTrendStats.BuilderReportGroupTrendStats.Builder. average(String average)Contains the average of all values analyzed.static ReportGroupTrendStats.BuilderReportGroupTrendStats. builder()ReportGroupTrendStats.BuilderReportGroupTrendStats.Builder. max(String max)Contains the maximum value analyzed.ReportGroupTrendStats.BuilderReportGroupTrendStats.Builder. min(String min)Contains the minimum value analyzed.ReportGroupTrendStats.BuilderReportGroupTrendStats. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ReportGroupTrendStats.Builder Modifier and Type Method Description static Class<? extends ReportGroupTrendStats.Builder>ReportGroupTrendStats. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ReportGroupTrendStats.Builder Modifier and Type Method Description default GetReportGroupTrendResponse.BuilderGetReportGroupTrendResponse.Builder. stats(Consumer<ReportGroupTrendStats.Builder> stats)Contains the accumulated trend data.
-