Interface Hypervisor.Builder

    • Method Detail

      • host

        Hypervisor.Builder host​(String 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

        Hypervisor.Builder name​(String 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.