| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
S3ReportExportConfig |
S3ReportExportConfig.clone() |
S3ReportExportConfig |
ReportExportConfig.getS3Destination()
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
S3ReportExportConfig |
S3ReportExportConfig.withBucket(String bucket)
The name of the S3 bucket where the raw data of a report are exported.
|
S3ReportExportConfig |
S3ReportExportConfig.withBucketOwner(String bucketOwner)
The AWS account identifier of the owner of the Amazon S3 bucket.
|
S3ReportExportConfig |
S3ReportExportConfig.withEncryptionDisabled(Boolean encryptionDisabled)
A boolean value that specifies if the results of a report are encrypted.
|
S3ReportExportConfig |
S3ReportExportConfig.withEncryptionKey(String encryptionKey)
The encryption key for the report's encrypted raw data.
|
S3ReportExportConfig |
S3ReportExportConfig.withPackaging(ReportPackagingType packaging)
The type of build output artifact to create.
|
S3ReportExportConfig |
S3ReportExportConfig.withPackaging(String packaging)
The type of build output artifact to create.
|
S3ReportExportConfig |
S3ReportExportConfig.withPath(String path)
The path to the exported report's raw data results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReportExportConfig.setS3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
ReportExportConfig |
ReportExportConfig.withS3Destination(S3ReportExportConfig s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
Copyright © 2021. All rights reserved.