Interface ListPerformanceAnalysisReportsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPerformanceAnalysisReportsResponse.Builder,
,ListPerformanceAnalysisReportsResponse> PiResponse.Builder
,SdkBuilder<ListPerformanceAnalysisReportsResponse.Builder,
,ListPerformanceAnalysisReportsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPerformanceAnalysisReportsResponse
public static interface ListPerformanceAnalysisReportsResponse.Builder
extends PiResponse.Builder, SdkPojo, CopyableBuilder<ListPerformanceAnalysisReportsResponse.Builder,ListPerformanceAnalysisReportsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisReports
(Collection<AnalysisReportSummary> analysisReports) List of reports including the report identifier, start and end time, creation time, and status.analysisReports
(Consumer<AnalysisReportSummary.Builder>... analysisReports) List of reports including the report identifier, start and end time, creation time, and status.analysisReports
(AnalysisReportSummary... analysisReports) List of reports including the report identifier, start and end time, creation time, and status.An optional pagination token provided by a previous request.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 Details
-
analysisReports
ListPerformanceAnalysisReportsResponse.Builder analysisReports(Collection<AnalysisReportSummary> analysisReports) List of reports including the report identifier, start and end time, creation time, and status.
- Parameters:
analysisReports
- List of reports including the report identifier, start and end time, creation time, and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisReports
ListPerformanceAnalysisReportsResponse.Builder analysisReports(AnalysisReportSummary... analysisReports) List of reports including the report identifier, start and end time, creation time, and status.
- Parameters:
analysisReports
- List of reports including the report identifier, start and end time, creation time, and status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisReports
ListPerformanceAnalysisReportsResponse.Builder analysisReports(Consumer<AnalysisReportSummary.Builder>... analysisReports) List of reports including the report identifier, start and end time, creation time, and status.
This is a convenience method that creates an instance of theAnalysisReportSummary.Builder
avoiding the need to create one manually viaAnalysisReportSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisReports(List<AnalysisReportSummary>)
.- Parameters:
analysisReports
- a consumer that will call methods onAnalysisReportSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxResults
.- Parameters:
nextToken
- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified byMaxResults
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-