public static interface BatchGetReportGroupsResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<BatchGetReportGroupsResponse.Builder,BatchGetReportGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetReportGroupsResponse.Builder |
reportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
BatchGetReportGroupsResponse.Builder |
reportGroups(Consumer<ReportGroup.Builder>... reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
BatchGetReportGroupsResponse.Builder |
reportGroups(ReportGroup... reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
BatchGetReportGroupsResponse.Builder |
reportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup. |
BatchGetReportGroupsResponse.Builder |
reportGroupsNotFound(String... reportGroupsNotFound)
An array of ARNs passed to
BatchGetReportGroups that are not associated with a
ReportGroup. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetReportGroupsResponse.Builder reportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by BatchGetReportGroups.
reportGroups - The array of report groups returned by BatchGetReportGroups.BatchGetReportGroupsResponse.Builder reportGroups(ReportGroup... reportGroups)
The array of report groups returned by BatchGetReportGroups.
reportGroups - The array of report groups returned by BatchGetReportGroups.BatchGetReportGroupsResponse.Builder reportGroups(Consumer<ReportGroup.Builder>... reportGroups)
The array of report groups returned by BatchGetReportGroups.
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 #reportGroups(List) .reportGroups - a consumer that will call methods on List.Builder #reportGroups(List) BatchGetReportGroupsResponse.Builder reportGroupsNotFound(Collection<String> reportGroupsNotFound)
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
reportGroupsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.BatchGetReportGroupsResponse.Builder reportGroupsNotFound(String... reportGroupsNotFound)
An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.
reportGroupsNotFound - An array of ARNs passed to BatchGetReportGroups that are not associated with a
ReportGroup.Copyright © 2021. All rights reserved.