Interface Hypervisor.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Hypervisor.Builder,Hypervisor>, SdkBuilder<Hypervisor.Builder,Hypervisor>, SdkPojo
Enclosing class:
Hypervisor

public static interface Hypervisor.Builder extends SdkPojo, CopyableBuilder<Hypervisor.Builder,Hypervisor>
  • Method Details

    • host

      The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

      Parameters:
      host - The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hypervisorArn

      Hypervisor.Builder hypervisorArn(String hypervisorArn)

      The Amazon Resource Name (ARN) of the hypervisor.

      Parameters:
      hypervisorArn - The Amazon Resource Name (ARN) of the hypervisor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyArn

      Hypervisor.Builder kmsKeyArn(String kmsKeyArn)

      The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.

      Parameters:
      kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service used to encrypt the hypervisor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the hypervisor.

      Parameters:
      name - The name of the hypervisor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      Hypervisor.Builder state(String state)

      The state of the hypervisor.

      Parameters:
      state - The state of the hypervisor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • state

      The state of the hypervisor.

      Parameters:
      state - The state of the hypervisor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: