HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.attributes(Map<String,String> attributes) |
If you included any attributes when you registered the instance, the values of those attributes.
|
static HttpInstanceSummary.Builder |
HttpInstanceSummary.builder() |
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.healthStatus(String healthStatus) |
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.healthStatus(HealthStatus healthStatus) |
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.instanceId(String instanceId) |
The ID of an instance that matches the values that you specified in the request.
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.namespaceName(String namespaceName) |
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.Builder.serviceName(String serviceName) |
The name of the service that you specified when you registered the instance.
|
HttpInstanceSummary.Builder |
HttpInstanceSummary.toBuilder() |
|