@Generated(value="software.amazon.awssdk:codegen") public final class ExportDestination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportDestination.Builder,ExportDestination>
An object that contains details about the destination of the export job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportDestination.Builder |
builder() |
DataFormat |
dataFormat()
The data format of the final export job file, can be one of the following:
|
String |
dataFormatAsString()
The data format of the final export job file, can be one of the following:
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Url()
An Amazon S3 pre-signed URL that points to the generated export file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportDestination.Builder> |
serializableBuilderClass() |
ExportDestination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DataFormat dataFormat()
The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
If the service returns an enum value that is not available in the current SDK version, dataFormat will
return DataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataFormatAsString().
CSV - A comma-separated values file.
JSON - A Json file.
DataFormatpublic final String dataFormatAsString()
The data format of the final export job file, can be one of the following:
CSV - A comma-separated values file.
JSON - A Json file.
If the service returns an enum value that is not available in the current SDK version, dataFormat will
return DataFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataFormatAsString().
CSV - A comma-separated values file.
JSON - A Json file.
DataFormatpublic final String s3Url()
An Amazon S3 pre-signed URL that points to the generated export file.
public ExportDestination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportDestination.Builder,ExportDestination>public static ExportDestination.Builder builder()
public static Class<? extends ExportDestination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.