public static interface Hypervisor.Builder extends SdkPojo, CopyableBuilder<Hypervisor.Builder,Hypervisor>
| Modifier and Type | Method and Description |
|---|---|
Hypervisor.Builder |
host(String host)
The server host of the hypervisor.
|
Hypervisor.Builder |
hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
|
Hypervisor.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
|
Hypervisor.Builder |
name(String name)
The name of the hypervisor.
|
Hypervisor.Builder |
state(HypervisorState state)
The state of the hypervisor.
|
Hypervisor.Builder |
state(String state)
The state of the hypervisor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHypervisor.Builder host(String host)
The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name
(FQDN).Hypervisor.Builder hypervisorArn(String hypervisorArn)
The Amazon Resource Name (ARN) of the hypervisor.
hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.Hypervisor.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.Hypervisor.Builder name(String name)
The name of the hypervisor.
name - The name of the hypervisor.Hypervisor.Builder state(String state)
The state of the hypervisor.
state - The state of the hypervisor.HypervisorState,
HypervisorStateHypervisor.Builder state(HypervisorState state)
The state of the hypervisor.
state - The state of the hypervisor.HypervisorState,
HypervisorStateCopyright © 2023. All rights reserved.