public static interface GetPerformanceAnalysisReportResponse.Builder extends PiResponse.Builder, SdkPojo, CopyableBuilder<GetPerformanceAnalysisReportResponse.Builder,GetPerformanceAnalysisReportResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPerformanceAnalysisReportResponse.Builder |
analysisReport(AnalysisReport analysisReport)
The summary of the performance analysis report created for a time period.
|
default GetPerformanceAnalysisReportResponse.Builder |
analysisReport(Consumer<AnalysisReport.Builder> analysisReport)
The summary of the performance analysis report created for a time period.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPerformanceAnalysisReportResponse.Builder analysisReport(AnalysisReport analysisReport)
The summary of the performance analysis report created for a time period.
analysisReport - The summary of the performance analysis report created for a time period.default GetPerformanceAnalysisReportResponse.Builder analysisReport(Consumer<AnalysisReport.Builder> analysisReport)
The summary of the performance analysis report created for a time period.
This is a convenience method that creates an instance of theAnalysisReport.Builder avoiding the need
to create one manually via AnalysisReport.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to analysisReport(AnalysisReport).
analysisReport - a consumer that will call methods on AnalysisReport.BuilderanalysisReport(AnalysisReport)Copyright © 2023. All rights reserved.