| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.bucket(String bucket)
The name of the S3 bucket where the raw data of a report are exported.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.bucketOwner(String bucketOwner)
The AWS account identifier of the owner of the Amazon S3 bucket.
|
static S3ReportExportConfig.Builder |
S3ReportExportConfig.builder() |
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.encryptionDisabled(Boolean encryptionDisabled)
A boolean value that specifies if the results of a report are encrypted.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.encryptionKey(String encryptionKey)
The encryption key for the report's encrypted raw data.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.packaging(ReportPackagingType packaging)
The type of build output artifact to create.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.packaging(String packaging)
The type of build output artifact to create.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.Builder.path(String path)
The path to the exported report's raw data results.
|
S3ReportExportConfig.Builder |
S3ReportExportConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3ReportExportConfig.Builder> |
S3ReportExportConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReportExportConfig.Builder |
ReportExportConfig.Builder.s3Destination(Consumer<S3ReportExportConfig.Builder> s3Destination)
A
S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported. |
Copyright © 2021. All rights reserved.