Interface GetPartitionsResponse.Builder

    • Method Detail

      • partitions

        GetPartitionsResponse.Builder partitions​(Collection<Partition> partitions)

        A list of requested partitions.

        Parameters:
        partitions - A list of requested partitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitions

        GetPartitionsResponse.Builder partitions​(Partition... partitions)

        A list of requested partitions.

        Parameters:
        partitions - A list of requested partitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetPartitionsResponse.Builder nextToken​(String nextToken)

        A continuation token, if the returned list of partitions does not include the last one.

        Parameters:
        nextToken - A continuation token, if the returned list of partitions does not include the last one.
        Returns:
        Returns a reference to this object so that method calls can be chained together.