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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPerformanceAnalysisReportsResponse.BuilderanalysisReports(Collection<AnalysisReportSummary> analysisReports)List of reports including the report identifier, start and end time, creation time, and status.ListPerformanceAnalysisReportsResponse.BuilderanalysisReports(Consumer<AnalysisReportSummary.Builder>... analysisReports)List of reports including the report identifier, start and end time, creation time, and status.ListPerformanceAnalysisReportsResponse.BuilderanalysisReports(AnalysisReportSummary... analysisReports)List of reports including the report identifier, start and end time, creation time, and status.ListPerformanceAnalysisReportsResponse.BuildernextToken(String nextToken)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 Detail
-
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.Builderavoiding the need to create one manually viaAnalysisReportSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#analysisReports(List.) - 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:
#analysisReports(java.util.Collection)
-
nextToken
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.- 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.
-
-