Interface OutputFormatConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OutputFormatConfiguration.Builder,OutputFormatConfiguration>, SdkBuilder<OutputFormatConfiguration.Builder,OutputFormatConfiguration>, SdkPojo
Enclosing class:
OutputFormatConfiguration

public static interface OutputFormatConfiguration.Builder extends SdkPojo, CopyableBuilder<OutputFormatConfiguration.Builder,OutputFormatConfiguration>
  • Method Details

    • serializer

      Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

      Parameters:
      serializer - Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serializer

      Specifies which serializer to use. You can choose either the ORC SerDe or the Parquet SerDe. If both are non-null, the server rejects the request.

      This is a convenience method that creates an instance of the Serializer.Builder avoiding the need to create one manually via Serializer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to serializer(Serializer).

      Parameters:
      serializer - a consumer that will call methods on Serializer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: