public static interface CreateReportGroupResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<CreateReportGroupResponse.Builder,CreateReportGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateReportGroupResponse.Builder |
reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the report group that was created.
|
CreateReportGroupResponse.Builder |
reportGroup(ReportGroup reportGroup)
Information about the report group that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateReportGroupResponse.Builder reportGroup(ReportGroup reportGroup)
Information about the report group that was created.
reportGroup - Information about the report group that was created.default CreateReportGroupResponse.Builder reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the report group that was created.
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.