Interface UpdateHypervisorRequest.Builder

    • Method Detail

      • host

        UpdateHypervisorRequest.Builder host​(String host)

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

        Parameters:
        host - The updated 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

        UpdateHypervisorRequest.Builder hypervisorArn​(String hypervisorArn)

        The Amazon Resource Name (ARN) of the hypervisor to update.

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

        UpdateHypervisorRequest.Builder logGroupArn​(String logGroupArn)

        The Amazon Resource Name (ARN) of the group of gateways within the requested log.

        Parameters:
        logGroupArn - The Amazon Resource Name (ARN) of the group of gateways within the requested log.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateHypervisorRequest.Builder name​(String name)

        The updated name for the hypervisor

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

        UpdateHypervisorRequest.Builder password​(String password)

        The updated password for the hypervisor.

        Parameters:
        password - The updated password for the hypervisor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • username

        UpdateHypervisorRequest.Builder username​(String username)

        The updated username for the hypervisor.

        Parameters:
        username - The updated username for the hypervisor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.