public static interface BatchGetReportsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetReportsResponse.Builder,BatchGetReportsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetReportsResponse.Builder |
reports(Collection<Report> reports)
The array of
Report objects returned by BatchGetReports. |
BatchGetReportsResponse.Builder |
reports(Consumer<Report.Builder>... reports)
The array of
Report objects returned by BatchGetReports. |
BatchGetReportsResponse.Builder |
reports(Report... reports)
The array of
Report objects returned by BatchGetReports. |
BatchGetReportsResponse.Builder |
reportsNotFound(Collection<String> reportsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
Report. |
BatchGetReportsResponse.Builder |
reportsNotFound(String... reportsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
Report. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetReportsResponse.Builder reports(Collection<Report> reports)
The array of Report objects returned by BatchGetReports.
reports - The array of Report objects returned by BatchGetReports.BatchGetReportsResponse.Builder reports(Report... reports)
The array of Report objects returned by BatchGetReports.
reports - The array of Report objects returned by BatchGetReports.BatchGetReportsResponse.Builder reports(Consumer<Report.Builder>... reports)
The array of Report objects returned by BatchGetReports.
Report.Builder avoiding the need to create one
manually via Report.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #reports(List.
reports - a consumer that will call methods on
Report.Builder#reports(java.util.Collection) BatchGetReportsResponse.Builder reportsNotFound(Collection<String> reportsNotFound)
An array of ARNs passed to BatchGetReportGroups that are not associated with a
Report.
reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
Report.BatchGetReportsResponse.Builder reportsNotFound(String... reportsNotFound)
An array of ARNs passed to BatchGetReportGroups that are not associated with a
Report.
reportsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
Report.Copyright © 2023. All rights reserved.