Uses of Interface
software.amazon.awssdk.services.codebuild.model.ReportExportConfig.Builder
-
Packages that use ReportExportConfig.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportExportConfig.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportExportConfig.Builder Modifier and Type Method Description static ReportExportConfig.BuilderReportExportConfig. builder()ReportExportConfig.BuilderReportExportConfig.Builder. exportConfigType(String exportConfigType)The export configuration type.ReportExportConfig.BuilderReportExportConfig.Builder. exportConfigType(ReportExportConfigType exportConfigType)The export configuration type.default ReportExportConfig.BuilderReportExportConfig.Builder. s3Destination(Consumer<S3ReportExportConfig.Builder> s3Destination)AS3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.ReportExportConfig.BuilderReportExportConfig.Builder. s3Destination(S3ReportExportConfig s3Destination)AS3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.ReportExportConfig.BuilderReportExportConfig. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ReportExportConfig.Builder Modifier and Type Method Description static Class<? extends ReportExportConfig.Builder>ReportExportConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ReportExportConfig.Builder Modifier and Type Method Description default CreateReportGroupRequest.BuilderCreateReportGroupRequest.Builder. exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)AReportExportConfigobject that contains information about where the report group test results are exported.default Report.BuilderReport.Builder. exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)Information about where the raw data used to generate this report was exported.default ReportGroup.BuilderReportGroup.Builder. exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)Information about the destination where the raw data of thisReportGroupis exported.default UpdateReportGroupRequest.BuilderUpdateReportGroupRequest.Builder. exportConfig(Consumer<ReportExportConfig.Builder> exportConfig)Used to specify an updated export type.
-