| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportExportConfig.Builder |
ReportExportConfig.builder() |
ReportExportConfig.Builder |
ReportExportConfig.Builder.exportConfigType(ReportExportConfigType exportConfigType)
The export configuration type.
|
ReportExportConfig.Builder |
ReportExportConfig.Builder.exportConfigType(String exportConfigType)
The export configuration type.
|
default ReportExportConfig.Builder |
ReportExportConfig.Builder.s3Destination(Consumer<S3ReportExportConfig.Builder> s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
ReportExportConfig.Builder |
ReportExportConfig.Builder.s3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
ReportExportConfig.Builder |
ReportExportConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReportExportConfig.Builder> |
ReportExportConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateReportGroupRequest.Builder |
CreateReportGroupRequest.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
A
ReportExportConfig object that contains information about where the report group test results
are exported. |
default UpdateReportGroupRequest.Builder |
UpdateReportGroupRequest.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Used to specify an updated export type.
|
default Report.Builder |
Report.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Information about where the raw data used to generate this report was exported.
|
default ReportGroup.Builder |
ReportGroup.Builder.exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
Copyright © 2023. All rights reserved.