public static interface ListHypervisorsRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListHypervisorsRequest.Builder,ListHypervisorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListHypervisorsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of hypervisors to list.
|
ListHypervisorsRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned resources.
|
ListHypervisorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHypervisorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListHypervisorsRequest.Builder maxResults(Integer maxResults)
The maximum number of hypervisors to list.
maxResults - The maximum number of hypervisors to list.ListHypervisorsRequest.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.ListHypervisorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListHypervisorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.