Interface DestinationSchema.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DestinationSchema.Builder,DestinationSchema>,SdkBuilder<DestinationSchema.Builder,DestinationSchema>,SdkPojo
- Enclosing class:
- DestinationSchema
public static interface DestinationSchema.Builder extends SdkPojo, CopyableBuilder<DestinationSchema.Builder,DestinationSchema>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DestinationSchema.BuilderrecordFormatType(String recordFormatType)Specifies the format of the records on the output stream.DestinationSchema.BuilderrecordFormatType(RecordFormatType recordFormatType)Specifies the format of the records on the output stream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
recordFormatType
DestinationSchema.Builder recordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
- Parameters:
recordFormatType- Specifies the format of the records on the output stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecordFormatType,RecordFormatType
-
recordFormatType
DestinationSchema.Builder recordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
- Parameters:
recordFormatType- Specifies the format of the records on the output stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecordFormatType,RecordFormatType
-
-