Class ReportExportConfig
- java.lang.Object
-
- software.amazon.awssdk.services.codebuild.model.ReportExportConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportExportConfig.Builder,ReportExportConfig>
@Generated("software.amazon.awssdk:codegen") public final class ReportExportConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportExportConfig.Builder,ReportExportConfig>
Information about the location where the run of a report is exported.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportExportConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportExportConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ReportExportConfigTypeexportConfigType()The export configuration type.StringexportConfigTypeAsString()The export configuration type.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3ReportExportConfigs3Destination()AS3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.List<SdkField<?>>sdkFields()static Class<? extends ReportExportConfig.Builder>serializableBuilderClass()ReportExportConfig.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
-
exportConfigType
public final ReportExportConfigType exportConfigType()
The export configuration type. Valid values are:
-
S3: The report results are exported to an S3 bucket. -
NO_EXPORT: The report results are not exported.
If the service returns an enum value that is not available in the current SDK version,
exportConfigTypewill returnReportExportConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportConfigTypeAsString().- Returns:
- The export configuration type. Valid values are:
-
S3: The report results are exported to an S3 bucket. -
NO_EXPORT: The report results are not exported.
-
- See Also:
ReportExportConfigType
-
-
exportConfigTypeAsString
public final String exportConfigTypeAsString()
The export configuration type. Valid values are:
-
S3: The report results are exported to an S3 bucket. -
NO_EXPORT: The report results are not exported.
If the service returns an enum value that is not available in the current SDK version,
exportConfigTypewill returnReportExportConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexportConfigTypeAsString().- Returns:
- The export configuration type. Valid values are:
-
S3: The report results are exported to an S3 bucket. -
NO_EXPORT: The report results are not exported.
-
- See Also:
ReportExportConfigType
-
-
s3Destination
public final S3ReportExportConfig s3Destination()
A
S3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.- Returns:
- A
S3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.
-
toBuilder
public ReportExportConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportExportConfig.Builder,ReportExportConfig>
-
builder
public static ReportExportConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportExportConfig.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.
-
-