Interface DescribeHostsResponse.Builder

    • Method Detail

      • hosts

        DescribeHostsResponse.Builder hosts​(Collection<Host> hosts)

        Information about the Dedicated Hosts.

        Parameters:
        hosts - Information about the Dedicated Hosts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hosts

        DescribeHostsResponse.Builder hosts​(Host... hosts)

        Information about the Dedicated Hosts.

        Parameters:
        hosts - Information about the Dedicated Hosts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hosts

        DescribeHostsResponse.Builder hosts​(Consumer<Host.Builder>... hosts)

        Information about the Dedicated Hosts.

        This is a convenience method that creates an instance of the Host.Builder avoiding the need to create one manually via Host.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #hosts(List).

        Parameters:
        hosts - a consumer that will call methods on Host.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #hosts(java.util.Collection)
      • nextToken

        DescribeHostsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.