public static interface DescribeHostsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeHostsResponse.Builder |
hosts(Collection<Host> hosts)
Information about the Dedicated Hosts.
|
DescribeHostsResponse.Builder |
hosts(Host... hosts)
Information about the Dedicated Hosts.
|
DescribeHostsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
copyapply, buildDescribeHostsResponse.Builder hosts(Collection<Host> hosts)
Information about the Dedicated Hosts.
hosts - Information about the Dedicated Hosts.DescribeHostsResponse.Builder hosts(Host... hosts)
Information about the Dedicated Hosts.
hosts - Information about the Dedicated Hosts.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.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017. All rights reserved.