Class S3ReportExportConfig
- java.lang.Object
-
- software.amazon.awssdk.services.codebuild.model.S3ReportExportConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ReportExportConfig.Builder,S3ReportExportConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ReportExportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The name of the S3 bucket where the raw data of a report are exported.StringbucketOwner()The Amazon Web Services account identifier of the owner of the Amazon S3 bucket.static S3ReportExportConfig.Builderbuilder()BooleanencryptionDisabled()A boolean value that specifies if the results of a report are encrypted.StringencryptionKey()The encryption key for the report's encrypted raw data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ReportPackagingTypepackaging()The type of build output artifact to create.StringpackagingAsString()The type of build output artifact to create.Stringpath()The path to the exported report's raw data results.List<SdkField<?>>sdkFields()static Class<? extends S3ReportExportConfig.Builder>serializableBuilderClass()S3ReportExportConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucket
public final String bucket()
The name of the S3 bucket where the raw data of a report are exported.
- Returns:
- The name of the S3 bucket where the raw data of a report are exported.
-
bucketOwner
public final 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.
- Returns:
- 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.
-
path
public final String path()
The path to the exported report's raw data results.
- Returns:
- The path to the exported report's raw data results.
-
packaging
public final 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.
If the service returns an enum value that is not available in the current SDK version,
packagingwill returnReportPackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompackagingAsString().- Returns:
- 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.
-
- See Also:
ReportPackagingType
-
-
packagingAsString
public final String packagingAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
packagingwill returnReportPackagingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompackagingAsString().- Returns:
- 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.
-
- See Also:
ReportPackagingType
-
-
encryptionKey
public final String encryptionKey()
The encryption key for the report's encrypted raw data.
- Returns:
- The encryption key for the report's encrypted raw data.
-
encryptionDisabled
public final Boolean encryptionDisabled()
A boolean value that specifies if the results of a report are encrypted.
- Returns:
- A boolean value that specifies if the results of a report are encrypted.
-
toBuilder
public S3ReportExportConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ReportExportConfig.Builder,S3ReportExportConfig>
-
builder
public static S3ReportExportConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ReportExportConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-