Interface GetHostResponse.Builder

    • Method Detail

      • name

        GetHostResponse.Builder name​(String name)

        The name of the requested host.

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

        GetHostResponse.Builder status​(String status)

        The status of the requested host.

        Parameters:
        status - The status of the requested host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • providerType

        GetHostResponse.Builder providerType​(String providerType)

        The provider type of the requested host, such as GitHub Enterprise Server.

        Parameters:
        providerType - The provider type of the requested host, such as GitHub Enterprise Server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType, ProviderType
      • providerType

        GetHostResponse.Builder providerType​(ProviderType providerType)

        The provider type of the requested host, such as GitHub Enterprise Server.

        Parameters:
        providerType - The provider type of the requested host, such as GitHub Enterprise Server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType, ProviderType
      • providerEndpoint

        GetHostResponse.Builder providerEndpoint​(String providerEndpoint)

        The endpoint of the infrastructure represented by the requested host.

        Parameters:
        providerEndpoint - The endpoint of the infrastructure represented by the requested host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcConfiguration

        GetHostResponse.Builder vpcConfiguration​(VpcConfiguration vpcConfiguration)

        The VPC configuration of the requested host.

        Parameters:
        vpcConfiguration - The VPC configuration of the requested host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.