public static interface UpdateReportGroupResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<UpdateReportGroupResponse.Builder,UpdateReportGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateReportGroupResponse.Builder |
reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the updated report group.
|
UpdateReportGroupResponse.Builder |
reportGroup(ReportGroup reportGroup)
Information about the updated report group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateReportGroupResponse.Builder reportGroup(ReportGroup reportGroup)
Information about the updated report group.
reportGroup - Information about the updated report group.default UpdateReportGroupResponse.Builder reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the updated report group.
This is a convenience that creates an instance of theReportGroup.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 reportGroup(ReportGroup).reportGroup - a consumer that will call methods on ReportGroup.BuilderreportGroup(ReportGroup)Copyright © 2021. All rights reserved.