Interface GetPerformanceAnalysisReportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetPerformanceAnalysisReportResponse.Builder,
,GetPerformanceAnalysisReportResponse> PiResponse.Builder
,SdkBuilder<GetPerformanceAnalysisReportResponse.Builder,
,GetPerformanceAnalysisReportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetPerformanceAnalysisReportResponse
@Mutable
@NotThreadSafe
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
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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaAnalysisReport.builder()
.When the
Consumer
completes,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:
-