Interface ListSinksResponse.Builder

    • Method Detail

      • items

        ListSinksResponse.Builder items​(Collection<ListSinksItem> items)

        An array of structures that contain the information about the returned sinks.

        Parameters:
        items - An array of structures that contain the information about the returned sinks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ListSinksResponse.Builder items​(ListSinksItem... items)

        An array of structures that contain the information about the returned sinks.

        Parameters:
        items - An array of structures that contain the information about the returned sinks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSinksResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of sinks.

        Parameters:
        nextToken - The token to use when requesting the next set of sinks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.