Interface DescribeHostsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>, Ec2Response.Builder, SdkBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeHostsResponse

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

    • 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

      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

      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<Host>).

      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:
    • 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.