public static interface GetReportGroupTrendResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<GetReportGroupTrendResponse.Builder,GetReportGroupTrendResponse>
| Modifier and Type | Method and Description |
|---|---|
GetReportGroupTrendResponse.Builder |
rawData(Collection<ReportWithRawData> rawData)
An array that contains the raw data for each report.
|
GetReportGroupTrendResponse.Builder |
rawData(Consumer<ReportWithRawData.Builder>... rawData)
An array that contains the raw data for each report.
|
GetReportGroupTrendResponse.Builder |
rawData(ReportWithRawData... rawData)
An array that contains the raw data for each report.
|
default GetReportGroupTrendResponse.Builder |
stats(Consumer<ReportGroupTrendStats.Builder> stats)
Contains the accumulated trend data.
|
GetReportGroupTrendResponse.Builder |
stats(ReportGroupTrendStats stats)
Contains the accumulated trend data.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReportGroupTrendResponse.Builder stats(ReportGroupTrendStats stats)
Contains the accumulated trend data.
stats - Contains the accumulated trend data.default GetReportGroupTrendResponse.Builder stats(Consumer<ReportGroupTrendStats.Builder> stats)
Contains the accumulated trend data.
This is a convenience that creates an instance of theReportGroupTrendStats.Builder avoiding the need
to create one manually via ReportGroupTrendStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to stats(ReportGroupTrendStats).stats - a consumer that will call methods on ReportGroupTrendStats.Builderstats(ReportGroupTrendStats)GetReportGroupTrendResponse.Builder rawData(Collection<ReportWithRawData> rawData)
An array that contains the raw data for each report.
rawData - An array that contains the raw data for each report.GetReportGroupTrendResponse.Builder rawData(ReportWithRawData... rawData)
An array that contains the raw data for each report.
rawData - An array that contains the raw data for each report.GetReportGroupTrendResponse.Builder rawData(Consumer<ReportWithRawData.Builder>... rawData)
An array that contains the raw data for each report.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #rawData(List) .rawData - a consumer that will call methods on List.Builder #rawData(List) Copyright © 2021. All rights reserved.