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(String status) |
The status of the report group.
|
ReportGroup.Builder |
ReportGroup.Builder.status(ReportGroupStatusType 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(String type) |
The type of the ReportGroup.
|
ReportGroup.Builder |
ReportGroup.Builder.type(ReportType type) |
The type of the ReportGroup.
|