Interface GetPerformanceAnalysisReportResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetPerformanceAnalysisReportResponse.Builder,,GetPerformanceAnalysisReportResponse> PiResponse.Builder,SdkBuilder<GetPerformanceAnalysisReportResponse.Builder,,GetPerformanceAnalysisReportResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPerformanceAnalysisReportResponse
public static interface GetPerformanceAnalysisReportResponse.Builder
extends PiResponse.Builder, SdkPojo, CopyableBuilder<GetPerformanceAnalysisReportResponse.Builder,GetPerformanceAnalysisReportResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionanalysisReport(Consumer<AnalysisReport.Builder> analysisReport) The summary of the performance analysis report created for a time period.analysisReport(AnalysisReport analysisReport) The summary of the performance analysis report created for a time period.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pi.model.PiResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
analysisReport
The summary of the performance analysis report created for a time period.
- Parameters:
 analysisReport- The summary of the performance analysis report created for a time period.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
analysisReport
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.Builderavoiding the need to create one manually viaAnalysisReport.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toanalysisReport(AnalysisReport).- Parameters:
 analysisReport- a consumer that will call methods onAnalysisReport.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -