public static interface S3ReportExportConfig.Builder extends SdkPojo, CopyableBuilder<S3ReportExportConfig.Builder,S3ReportExportConfig>
| Modifier and Type | Method and Description |
|---|---|
S3ReportExportConfig.Builder |
bucket(String bucket)
The name of the S3 bucket where the raw data of a report are exported.
|
S3ReportExportConfig.Builder |
bucketOwner(String bucketOwner)
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.
|
S3ReportExportConfig.Builder |
encryptionDisabled(Boolean encryptionDisabled)
A boolean value that specifies if the results of a report are encrypted.
|
S3ReportExportConfig.Builder |
encryptionKey(String encryptionKey)
The encryption key for the report's encrypted raw data.
|
S3ReportExportConfig.Builder |
packaging(ReportPackagingType packaging)
The type of build output artifact to create.
|
S3ReportExportConfig.Builder |
packaging(String packaging)
The type of build output artifact to create.
|
S3ReportExportConfig.Builder |
path(String path)
The path to the exported report's raw data results.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3ReportExportConfig.Builder bucket(String bucket)
The name of the S3 bucket where the raw data of a report are exported.
bucket - The name of the S3 bucket where the raw data of a report are exported.S3ReportExportConfig.Builder bucketOwner(String bucketOwner)
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
bucketOwner - The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report
data to be exported to an Amazon S3 bucket that is owned by an account other than the account running
the build.S3ReportExportConfig.Builder path(String path)
The path to the exported report's raw data results.
path - The path to the exported report's raw data results.S3ReportExportConfig.Builder packaging(String packaging)
The type of build output artifact to create. Valid values include:
NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is
not specified.
ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.
packaging - The type of build output artifact to create. Valid values include:
NONE: CodeBuild creates the raw data in the output bucket. This is the default if
packaging is not specified.
ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.
ReportPackagingType,
ReportPackagingTypeS3ReportExportConfig.Builder packaging(ReportPackagingType packaging)
The type of build output artifact to create. Valid values include:
NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is
not specified.
ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.
packaging - The type of build output artifact to create. Valid values include:
NONE: CodeBuild creates the raw data in the output bucket. This is the default if
packaging is not specified.
ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.
ReportPackagingType,
ReportPackagingTypeS3ReportExportConfig.Builder encryptionKey(String encryptionKey)
The encryption key for the report's encrypted raw data.
encryptionKey - The encryption key for the report's encrypted raw data.S3ReportExportConfig.Builder encryptionDisabled(Boolean encryptionDisabled)
A boolean value that specifies if the results of a report are encrypted.
encryptionDisabled - A boolean value that specifies if the results of a report are encrypted.Copyright © 2023. All rights reserved.