Interface CreateReportGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeBuildResponse.Builder,CopyableBuilder<CreateReportGroupResponse.Builder,CreateReportGroupResponse>,SdkBuilder<CreateReportGroupResponse.Builder,CreateReportGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateReportGroupResponse
public static interface CreateReportGroupResponse.Builder extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<CreateReportGroupResponse.Builder,CreateReportGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateReportGroupResponse.BuilderreportGroup(Consumer<ReportGroup.Builder> reportGroup)Information about the report group that was created.CreateReportGroupResponse.BuilderreportGroup(ReportGroup reportGroup)Information about the report group that was created.-
Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
reportGroup
CreateReportGroupResponse.Builder reportGroup(ReportGroup reportGroup)
Information about the report group that was created.
- Parameters:
reportGroup- Information about the report group that was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportGroup
default CreateReportGroupResponse.Builder reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the report group that was created.
This is a convenience method that creates an instance of theReportGroup.Builderavoiding the need to create one manually viaReportGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreportGroup(ReportGroup).- Parameters:
reportGroup- a consumer that will call methods onReportGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
reportGroup(ReportGroup)
-
-