@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportExportConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportExportConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ReportExportConfigType |
exportConfigType()
The export configuration type.
|
String |
exportConfigTypeAsString()
The export configuration type.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3ReportExportConfig |
s3Destination()
A
S3ReportExportConfig object 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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, exportConfigType
will return ReportExportConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportConfigTypeAsString().
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
ReportExportConfigTypepublic 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, exportConfigType
will return ReportExportConfigType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from exportConfigTypeAsString().
S3: The report results are exported to an S3 bucket.
NO_EXPORT: The report results are not exported.
ReportExportConfigTypepublic final S3ReportExportConfig s3Destination()
A S3ReportExportConfig object that contains information about the S3 bucket where the run of a
report is exported.
S3ReportExportConfig object that contains information about the S3 bucket where the run of
a report is exported.public ReportExportConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportExportConfig.Builder,ReportExportConfig>public static ReportExportConfig.Builder builder()
public static Class<? extends ReportExportConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.