public static interface ListPerformanceAnalysisReportsResponse.Builder extends PiResponse.Builder, SdkPojo, CopyableBuilder<ListPerformanceAnalysisReportsResponse.Builder,ListPerformanceAnalysisReportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPerformanceAnalysisReportsResponse.Builder |
analysisReports(AnalysisReportSummary... analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResponse.Builder |
analysisReports(Collection<AnalysisReportSummary> analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResponse.Builder |
analysisReports(Consumer<AnalysisReportSummary.Builder>... analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
|
ListPerformanceAnalysisReportsResponse.Builder |
nextToken(String nextToken)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPerformanceAnalysisReportsResponse.Builder analysisReports(Collection<AnalysisReportSummary> analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
analysisReports - List of reports including the report identifier, start and end time, creation time, and status.ListPerformanceAnalysisReportsResponse.Builder analysisReports(AnalysisReportSummary... analysisReports)
List of reports including the report identifier, start and end time, creation time, and status.
analysisReports - List of reports including the report identifier, start and end time, creation time, and status.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 via AnalysisReportSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #analysisReports(List.
analysisReports - a consumer that will call methods on
AnalysisReportSummary.Builder#analysisReports(java.util.Collection) ListPerformanceAnalysisReportsResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.