StructuredPojo, ToCopyableBuilder<RecordFormat.Builder,RecordFormat>@Generated("software.amazon.awssdk:codegen") public class RecordFormat extends Object implements StructuredPojo, ToCopyableBuilder<RecordFormat.Builder,RecordFormat>
Describes the record format and relevant mapping information that should be applied to schematize the records on the stream.
| Modifier and Type | Class | Description | 
|---|---|---|
| static interface  | RecordFormat.Builder | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static RecordFormat.Builder | builder() | |
| boolean | equals(Object obj) | |
| int | hashCode() | |
| MappingParameters | mappingParameters() | |
| void | marshall(ProtocolMarshaller protocolMarshaller) | Marshalls this structured data using the given  ProtocolMarshaller. | 
| String | recordFormatType() | 
 The type of record format. | 
| static Class<? extends RecordFormat.Builder> | serializableBuilderClass() | |
| RecordFormat.Builder | toBuilder() | Take this object and create a builder that contains all of the current property values of this object. | 
| String | toString() | 
public String recordFormatType()
The type of record format.
RecordFormatTypepublic MappingParameters mappingParameters()
public RecordFormat.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RecordFormat.Builder,RecordFormat>public static RecordFormat.Builder builder()
public static Class<? extends RecordFormat.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.