CopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>
, SdkBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>
public static interface DescribeHostsResponse.Builder extends CopyableBuilder<DescribeHostsResponse.Builder,DescribeHostsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeHostsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setHosts(java.util.Collection)
or #withHosts(java.util.Collection)
if you want to override
the existing values.
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 Amazon Web Services, Inc. All Rights Reserved.