Uses of Interface
software.amazon.awssdk.services.codebuild.model.S3ReportExportConfig.Builder
-
Packages that use S3ReportExportConfig.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of S3ReportExportConfig.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return S3ReportExportConfig.Builder Modifier and Type Method Description S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. bucket(String bucket)The name of the S3 bucket where the raw data of a report are exported.S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. bucketOwner(String bucketOwner)The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.static S3ReportExportConfig.BuilderS3ReportExportConfig. builder()S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. encryptionDisabled(Boolean encryptionDisabled)A boolean value that specifies if the results of a report are encrypted.S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. encryptionKey(String encryptionKey)The encryption key for the report's encrypted raw data.S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. packaging(String packaging)The type of build output artifact to create.S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. packaging(ReportPackagingType packaging)The type of build output artifact to create.S3ReportExportConfig.BuilderS3ReportExportConfig.Builder. path(String path)The path to the exported report's raw data results.S3ReportExportConfig.BuilderS3ReportExportConfig. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type S3ReportExportConfig.Builder Modifier and Type Method Description static Class<? extends S3ReportExportConfig.Builder>S3ReportExportConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type S3ReportExportConfig.Builder Modifier and Type Method Description 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.
-