public static interface DestinationSchema.Builder extends SdkPojo, CopyableBuilder<DestinationSchema.Builder,DestinationSchema>
Modifier and Type | Method and Description |
---|---|
DestinationSchema.Builder |
recordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema.Builder |
recordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
copy
applyMutation, build
DestinationSchema.Builder recordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
,
RecordFormatType
DestinationSchema.Builder recordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType
- Specifies the format of the records on the output stream.RecordFormatType
,
RecordFormatType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.