public static interface ListHypervisorsResponse.Builder extends BackupGatewayResponse.Builder, SdkPojo, CopyableBuilder<ListHypervisorsResponse.Builder,ListHypervisorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHypervisorsResponse.Builder |
hypervisors(Collection<Hypervisor> hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
ListHypervisorsResponse.Builder |
hypervisors(Consumer<Hypervisor.Builder>... hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
ListHypervisorsResponse.Builder |
hypervisors(Hypervisor... hypervisors)
A list of your
Hypervisor objects, ordered by their Amazon Resource Names (ARNs). |
ListHypervisorsResponse.Builder |
nextToken(String nextToken)
The next item following a partial list of returned resources.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHypervisorsResponse.Builder hypervisors(Collection<Hypervisor> hypervisors)
A list of your Hypervisor objects, ordered by their Amazon Resource Names (ARNs).
hypervisors - A list of your Hypervisor objects, ordered by their Amazon Resource Names (ARNs).ListHypervisorsResponse.Builder hypervisors(Hypervisor... hypervisors)
A list of your Hypervisor objects, ordered by their Amazon Resource Names (ARNs).
hypervisors - A list of your Hypervisor objects, ordered by their Amazon Resource Names (ARNs).ListHypervisorsResponse.Builder hypervisors(Consumer<Hypervisor.Builder>... hypervisors)
A list of your Hypervisor objects, ordered by their Amazon Resource Names (ARNs).
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #hypervisors(List) .hypervisors - a consumer that will call methods on List.Builder #hypervisors(List) ListHypervisorsResponse.Builder nextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
maxResults number of resources, NextToken allows you to return more items in your
list starting at the location pointed to by the next token.
nextToken - The next item following a partial list of returned resources. For example, if a request is made to
return maxResults number of resources, NextToken allows you to return more
items in your list starting at the location pointed to by the next token.Copyright © 2022. All rights reserved.