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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetPerformanceAnalysisReportResponse.BuilderanalysisReport(Consumer<AnalysisReport.Builder> analysisReport)The summary of the performance analysis report created for a time period.GetPerformanceAnalysisReportResponse.BuilderanalysisReport(AnalysisReport analysisReport)The summary of the performance analysis report created for a time period.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pi.model.PiResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
analysisReport
GetPerformanceAnalysisReportResponse.Builder analysisReport(AnalysisReport 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:
analysisReport(AnalysisReport)
-
-