Interface UpdateHypervisorRequest.Builder

  • Method Details

    • 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

      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

      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

      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.
    • overrideConfiguration

      UpdateHypervisorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.