public static interface ListVirtualMachinesRequest.Builder extends BackupGatewayRequest.Builder, SdkPojo, CopyableBuilder<ListVirtualMachinesRequest.Builder,ListVirtualMachinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListVirtualMachinesRequest.Builder |
hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
|
ListVirtualMachinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of virtual machines to list.
|
ListVirtualMachinesRequest.Builder |
nextToken(String nextToken)
The next item following a partial list of returned resources.
|
ListVirtualMachinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListVirtualMachinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVirtualMachinesRequest.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor connected to your virtual machine.ListVirtualMachinesRequest.Builder maxResults(Integer maxResults)
The maximum number of virtual machines to list.
maxResults - The maximum number of virtual machines to list.ListVirtualMachinesRequest.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.ListVirtualMachinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListVirtualMachinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.