Uses of Interface
software.amazon.awssdk.services.codebuild.model.CreateReportGroupResponse.Builder
-
Packages that use CreateReportGroupResponse.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of CreateReportGroupResponse.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return CreateReportGroupResponse.Builder Modifier and Type Method Description static CreateReportGroupResponse.BuilderCreateReportGroupResponse. builder()default CreateReportGroupResponse.BuilderCreateReportGroupResponse.Builder. reportGroup(Consumer<ReportGroup.Builder> reportGroup)Information about the report group that was created.CreateReportGroupResponse.BuilderCreateReportGroupResponse.Builder. reportGroup(ReportGroup reportGroup)Information about the report group that was created.CreateReportGroupResponse.BuilderCreateReportGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type CreateReportGroupResponse.Builder Modifier and Type Method Description static Class<? extends CreateReportGroupResponse.Builder>CreateReportGroupResponse. serializableBuilderClass()
-