Uses of Interface
software.amazon.awscdk.services.codebuild.CfnReportGroup.ReportExportConfigProperty
Packages that use CfnReportGroup.ReportExportConfigProperty
-
Uses of CfnReportGroup.ReportExportConfigProperty in software.amazon.awscdk.services.codebuild
Classes in software.amazon.awscdk.services.codebuild that implement CfnReportGroup.ReportExportConfigPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnReportGroup.ReportExportConfigProperty
Methods in software.amazon.awscdk.services.codebuild that return CfnReportGroup.ReportExportConfigPropertyModifier and TypeMethodDescriptionCfnReportGroup.ReportExportConfigProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.codebuild with parameters of type CfnReportGroup.ReportExportConfigPropertyModifier and TypeMethodDescriptionCfnReportGroup.Builder.exportConfig
(CfnReportGroup.ReportExportConfigProperty exportConfig) Information about the destination where the raw data of thisReportGroup
is exported.CfnReportGroupProps.Builder.exportConfig
(CfnReportGroup.ReportExportConfigProperty exportConfig) Sets the value ofCfnReportGroupProps.getExportConfig()
void
CfnReportGroup.setExportConfig
(CfnReportGroup.ReportExportConfigProperty value) Information about the destination where the raw data of thisReportGroup
is exported.