| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ReportExportConfig |
ReportExportConfig.clone() |
ReportExportConfig |
UpdateReportGroupRequest.getExportConfig()
Used to specify an updated export type.
|
ReportExportConfig |
CreateReportGroupRequest.getExportConfig()
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
ReportExportConfig |
ReportGroup.getExportConfig()
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportExportConfig |
Report.getExportConfig()
Information about where the raw data used to generate this report was exported.
|
ReportExportConfig |
ReportExportConfig.withExportConfigType(ReportExportConfigType exportConfigType)
The export configuration type.
|
ReportExportConfig |
ReportExportConfig.withExportConfigType(String exportConfigType)
The export configuration type.
|
ReportExportConfig |
ReportExportConfig.withS3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReportGroupRequest.setExportConfig(ReportExportConfig exportConfig)
Used to specify an updated export type.
|
void |
CreateReportGroupRequest.setExportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
void |
ReportGroup.setExportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
void |
Report.setExportConfig(ReportExportConfig exportConfig)
Information about where the raw data used to generate this report was exported.
|
UpdateReportGroupRequest |
UpdateReportGroupRequest.withExportConfig(ReportExportConfig exportConfig)
Used to specify an updated export type.
|
CreateReportGroupRequest |
CreateReportGroupRequest.withExportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
ReportGroup |
ReportGroup.withExportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
Report |
Report.withExportConfig(ReportExportConfig exportConfig)
Information about where the raw data used to generate this report was exported.
|
Copyright © 2025. All rights reserved.