Interface S3ReportExportConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3ReportExportConfig.Builder,
,S3ReportExportConfig> SdkBuilder<S3ReportExportConfig.Builder,
,S3ReportExportConfig> SdkPojo
- Enclosing class:
S3ReportExportConfig
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the S3 bucket where the raw data of a report are exported.bucketOwner
(String bucketOwner) The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.encryptionDisabled
(Boolean encryptionDisabled) A boolean value that specifies if the results of a report are encrypted.encryptionKey
(String encryptionKey) The encryption key for the report's encrypted raw data.The type of build output artifact to create.packaging
(ReportPackagingType packaging) The type of build output artifact to create.The path to the exported report's raw data results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
bucket
The name of the S3 bucket where the raw data of a report are exported.
- Parameters:
bucket
- The name of the S3 bucket where the raw data of a report are exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
The path to the exported report's raw data results.
- Parameters:
path
- The path to the exported report's raw data results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
encryptionKey
The encryption key for the report's encrypted raw data.
- Parameters:
encryptionKey
- The encryption key for the report's encrypted raw data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionDisabled
A boolean value that specifies if the results of a report are encrypted.
- Parameters:
encryptionDisabled
- A boolean value that specifies if the results of a report are encrypted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-