Interface Sample.Builder

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

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

    • size

      Sample.Builder size(Integer size)

      The number of rows in the sample.

      Parameters:
      size - The number of rows in the sample.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      Sample.Builder type(String type)

      The way in which DataBrew obtains rows from a dataset.

      Parameters:
      type - The way in which DataBrew obtains rows from a dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The way in which DataBrew obtains rows from a dataset.

      Parameters:
      type - The way in which DataBrew obtains rows from a dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: