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.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #reports(List) .reports - a consumer that will call methods on List.Builder #reports(List) 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 © 2021. All rights reserved.