@Generated(value="software.amazon.awssdk:codegen") public final class S3ReportExportConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ReportExportConfig.Builder,S3ReportExportConfig>
Information about the S3 bucket where the raw data of a report are exported.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3ReportExportConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The name of the S3 bucket where the raw data of a report are exported.
|
String |
bucketOwner()
The AWS account identifier of the owner of the Amazon S3 bucket.
|
static S3ReportExportConfig.Builder |
builder() |
Boolean |
encryptionDisabled()
A boolean value that specifies if the results of a report are encrypted.
|
String |
encryptionKey()
The encryption key for the report's encrypted raw data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ReportPackagingType |
packaging()
The type of build output artifact to create.
|
String |
packagingAsString()
The type of build output artifact to create.
|
String |
path()
The path to the exported report's raw data results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3ReportExportConfig.Builder> |
serializableBuilderClass() |
S3ReportExportConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The name of the S3 bucket where the raw data of a report are exported.
public final String bucketOwner()
The AWS 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.
public final String path()
The path to the exported report's raw data results.
public final ReportPackagingType packaging()
The type of build output artifact to create. Valid values include:
NONE: AWS CodeBuild creates the raw data in the output bucket. This is the default if packaging is
not specified.
ZIP: AWS CodeBuild creates a ZIP file with the raw data in the output bucket.
If the service returns an enum value that is not available in the current SDK version, packaging will
return ReportPackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from packagingAsString().
NONE: AWS CodeBuild creates the raw data in the output bucket. This is the default if
packaging is not specified.
ZIP: AWS CodeBuild creates a ZIP file with the raw data in the output bucket.
ReportPackagingTypepublic final String packagingAsString()
The type of build output artifact to create. Valid values include:
NONE: AWS CodeBuild creates the raw data in the output bucket. This is the default if packaging is
not specified.
ZIP: AWS CodeBuild creates a ZIP file with the raw data in the output bucket.
If the service returns an enum value that is not available in the current SDK version, packaging will
return ReportPackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from packagingAsString().
NONE: AWS CodeBuild creates the raw data in the output bucket. This is the default if
packaging is not specified.
ZIP: AWS CodeBuild creates a ZIP file with the raw data in the output bucket.
ReportPackagingTypepublic final String encryptionKey()
The encryption key for the report's encrypted raw data.
public final Boolean encryptionDisabled()
A boolean value that specifies if the results of a report are encrypted.
public S3ReportExportConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3ReportExportConfig.Builder,S3ReportExportConfig>public static S3ReportExportConfig.Builder builder()
public static Class<? extends S3ReportExportConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.