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 Summary
Modifier and TypeMethodDescriptionhosts(Collection<Host> hosts) Information about the Dedicated Hosts.hosts(Consumer<Host.Builder>... hosts) Information about the Dedicated Hosts.Information about the Dedicated Hosts.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
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 theHost.Builderavoiding the need to create one manually viaHost.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohosts(List<Host>).- Parameters:
 hosts- a consumer that will call methods onHost.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -