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 Details

    • 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

      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: