Uses of Class
software.amazon.awscdk.services.codebuild.CfnReportGroup.ReportExportConfigProperty.Builder
Packages that use CfnReportGroup.ReportExportConfigProperty.Builder
-
Uses of CfnReportGroup.ReportExportConfigProperty.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return CfnReportGroup.ReportExportConfigProperty.BuilderModifier and TypeMethodDescriptionCfnReportGroup.ReportExportConfigProperty.builder()
CfnReportGroup.ReportExportConfigProperty.Builder.exportConfigType
(String exportConfigType) Sets the value ofCfnReportGroup.ReportExportConfigProperty.getExportConfigType()
CfnReportGroup.ReportExportConfigProperty.Builder.s3Destination
(IResolvable s3Destination) Sets the value ofCfnReportGroup.ReportExportConfigProperty.getS3Destination()
CfnReportGroup.ReportExportConfigProperty.Builder.s3Destination
(CfnReportGroup.S3ReportExportConfigProperty s3Destination) Sets the value ofCfnReportGroup.ReportExportConfigProperty.getS3Destination()
Constructors in software.amazon.awscdk.services.codebuild with parameters of type CfnReportGroup.ReportExportConfigProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReportGroup.ReportExportConfigProperty.Builder
.