public static interface VirtualMachine.Builder extends SdkPojo, CopyableBuilder<VirtualMachine.Builder,VirtualMachine>
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.Builder |
hostName(String hostName)
The host name of the virtual machine.
|
VirtualMachine.Builder |
hypervisorId(String hypervisorId)
The ID of the virtual machine's hypervisor.
|
VirtualMachine.Builder |
lastBackupDate(Instant lastBackupDate)
The most recent date a virtual machine was backed up, in Unix format and UTC time.
|
VirtualMachine.Builder |
name(String name)
The name of the virtual machine.
|
VirtualMachine.Builder |
path(String path)
The path of the virtual machine.
|
VirtualMachine.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the virtual machine.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualMachine.Builder hostName(String hostName)
The host name of the virtual machine.
hostName - The host name of the virtual machine.VirtualMachine.Builder hypervisorId(String hypervisorId)
The ID of the virtual machine's hypervisor.
hypervisorId - The ID of the virtual machine's hypervisor.VirtualMachine.Builder lastBackupDate(Instant lastBackupDate)
The most recent date a virtual machine was backed up, in Unix format and UTC time.
lastBackupDate - The most recent date a virtual machine was backed up, in Unix format and UTC time.VirtualMachine.Builder name(String name)
The name of the virtual machine.
name - The name of the virtual machine.VirtualMachine.Builder path(String path)
The path of the virtual machine.
path - The path of the virtual machine.VirtualMachine.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.
resourceArn - The Amazon Resource Name (ARN) of the virtual machine. For example,
arn:aws:backup-gateway:us-west-1:0000000000000:vm/vm-0000ABCDEFGIJKL.Copyright © 2023. All rights reserved.