Interface Record.Builder

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

@Mutable @NotThreadSafe public static interface Record.Builder extends SdkPojo, CopyableBuilder<Record.Builder,Record>
  • Method Details

    • data

      Record.Builder data(String data)

      The data content of the test record used for pipeline validation.

      Parameters:
      data - The data content of the test record used for pipeline validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Record.Builder type(String type)

      The type of the test record, indicating the format or category of the data.

      Parameters:
      type - The type of the test record, indicating the format or category of the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the test record, indicating the format or category of the data.

      Parameters:
      type - The type of the test record, indicating the format or category of the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: