Interface AssociatedHost.Builder

    • Method Detail

      • hostname

        AssociatedHost.Builder hostname​(String hostname)

        The name of the host.

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

        AssociatedHost.Builder ec2InstanceId​(String ec2InstanceId)

        The ID of the Amazon EC2 instance.

        Parameters:
        ec2InstanceId - The ID of the Amazon EC2 instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        AssociatedHost.Builder ipAddresses​(Collection<IpAddressMember> ipAddresses)

        The IP addresses of the associated host.

        Parameters:
        ipAddresses - The IP addresses of the associated host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        AssociatedHost.Builder ipAddresses​(IpAddressMember... ipAddresses)

        The IP addresses of the associated host.

        Parameters:
        ipAddresses - The IP addresses of the associated host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • osVersion

        AssociatedHost.Builder osVersion​(String osVersion)

        The version of the operating system.

        Parameters:
        osVersion - The version of the operating system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.