| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ReportGroup.Builder |
ReportGroup.Builder.arn(String arn)
The ARN of the
ReportGroup. |
static ReportGroup.Builder |
ReportGroup.builder() |
ReportGroup.Builder |
ReportGroup.Builder.created(Instant created)
The date and time this
ReportGroup was created. |
default ReportGroup.Builder |
ReportGroup.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportGroup.Builder |
ReportGroup.Builder.exportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportGroup.Builder |
ReportGroup.Builder.lastModified(Instant lastModified)
The date and time this
ReportGroup was last modified. |
ReportGroup.Builder |
ReportGroup.Builder.name(String name)
The name of the
ReportGroup. |
ReportGroup.Builder |
ReportGroup.Builder.status(ReportGroupStatusType status)
The status of the report group.
|
ReportGroup.Builder |
ReportGroup.Builder.status(String status)
The status of the report group.
|
ReportGroup.Builder |
ReportGroup.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
ReportGroup.Builder.tags(Consumer<Tag.Builder>... tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
ReportGroup.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup.Builder |
ReportGroup.toBuilder() |
ReportGroup.Builder |
ReportGroup.Builder.type(ReportType type)
The type of the
ReportGroup. |
ReportGroup.Builder |
ReportGroup.Builder.type(String type)
The type of the
ReportGroup. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportGroup.Builder> |
ReportGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateReportGroupResponse.Builder |
UpdateReportGroupResponse.Builder.reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the updated report group.
|
default CreateReportGroupResponse.Builder |
CreateReportGroupResponse.Builder.reportGroup(Consumer<ReportGroup.Builder> reportGroup)
Information about the report group that was created.
|
Copyright © 2021. All rights reserved.