Interface Sample.Builder

    • Method Detail

      • 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:
        SampleType, SampleType
      • type

        Sample.Builder type​(SampleType 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:
        SampleType, SampleType