Interface HttpInstanceSummary.Builder

    • Method Detail

      • instanceId

        HttpInstanceSummary.Builder instanceId​(String instanceId)

        The ID of an instance that matches the values that you specified in the request.

        Parameters:
        instanceId - The ID of an instance that matches the values that you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • namespaceName

        HttpInstanceSummary.Builder namespaceName​(String namespaceName)

        The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

        Parameters:
        namespaceName -

        The HttpName name of the namespace. It's found in the HttpProperties member of the Properties member of the namespace.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        HttpInstanceSummary.Builder serviceName​(String serviceName)

        The name of the service that you specified when you registered the instance.

        Parameters:
        serviceName - The name of the service that you specified when you registered the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • healthStatus

        HttpInstanceSummary.Builder healthStatus​(String healthStatus)

        If you configured health checking in the service, the current health status of the service instance.

        Parameters:
        healthStatus - If you configured health checking in the service, the current health status of the service instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HealthStatus, HealthStatus
      • healthStatus

        HttpInstanceSummary.Builder healthStatus​(HealthStatus healthStatus)

        If you configured health checking in the service, the current health status of the service instance.

        Parameters:
        healthStatus - If you configured health checking in the service, the current health status of the service instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HealthStatus, HealthStatus
      • attributes

        HttpInstanceSummary.Builder attributes​(Map<String,​String> attributes)

        If you included any attributes when you registered the instance, the values of those attributes.

        Parameters:
        attributes - If you included any attributes when you registered the instance, the values of those attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.