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