Interface HostInstance.Builder

    • Method Detail

      • instanceId

        HostInstance.Builder instanceId​(String instanceId)

        The ID of instance that is running on the Dedicated Host.

        Parameters:
        instanceId - The ID of instance that is running on the Dedicated Host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        HostInstance.Builder instanceType​(String instanceType)

        The instance type (for example, m3.medium) of the running instance.

        Parameters:
        instanceType - The instance type (for example, m3.medium) of the running instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerId

        HostInstance.Builder ownerId​(String ownerId)

        The ID of the Amazon Web Services account that owns the instance.

        Parameters:
        ownerId - The ID of the Amazon Web Services account that owns the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.