@Generated(value="software.amazon.awssdk:codegen") public final class DestinationSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationSchema.Builder,DestinationSchema>
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DestinationSchema.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DestinationSchema.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RecordFormatType |
recordFormatType()
Specifies the format of the records on the output stream.
|
String |
recordFormatTypeAsString()
Specifies the format of the records on the output stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DestinationSchema.Builder> |
serializableBuilderClass() |
DestinationSchema.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RecordFormatType recordFormatType()
Specifies the format of the records on the output stream.
If the service returns an enum value that is not available in the current SDK version, recordFormatType
will return RecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recordFormatTypeAsString().
RecordFormatTypepublic final String recordFormatTypeAsString()
Specifies the format of the records on the output stream.
If the service returns an enum value that is not available in the current SDK version, recordFormatType
will return RecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recordFormatTypeAsString().
RecordFormatTypepublic DestinationSchema.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DestinationSchema.Builder,DestinationSchema>public static DestinationSchema.Builder builder()
public static Class<? extends DestinationSchema.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.