public static interface HttpInstanceSummary.Builder extends SdkPojo, CopyableBuilder<HttpInstanceSummary.Builder,HttpInstanceSummary>
| Modifier and Type | Method and Description |
|---|---|
HttpInstanceSummary.Builder |
attributes(Map<String,String> attributes)
If you included any attributes when you registered the instance, the values of those attributes.
|
HttpInstanceSummary.Builder |
healthStatus(HealthStatus healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary.Builder |
healthStatus(String healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
HttpInstanceSummary.Builder |
instanceId(String instanceId)
The ID of an instance that matches the values that you specified in the request.
|
HttpInstanceSummary.Builder |
namespaceName(String namespaceName)
|
HttpInstanceSummary.Builder |
serviceName(String serviceName)
The name of the service that you specified when you registered the instance.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpInstanceSummary.Builder instanceId(String instanceId)
The ID of an instance that matches the values that you specified in the request.
instanceId - The ID of an instance that matches the values that you specified in the request.HttpInstanceSummary.Builder namespaceName(String namespaceName)
The HttpName name of the namespace, found in the HttpProperties member of the
Properties member of the namespace.
namespaceName - The HttpName name of the namespace, found in the
HttpProperties member of the Properties member of the namespace.
HttpInstanceSummary.Builder serviceName(String serviceName)
The name of the service that you specified when you registered the instance.
serviceName - The name of the service that you specified when you registered the instance.HttpInstanceSummary.Builder healthStatus(String healthStatus)
If you configured health checking in the service, the current health status of the service instance.
healthStatus - If you configured health checking in the service, the current health status of the service instance.HealthStatus,
HealthStatusHttpInstanceSummary.Builder healthStatus(HealthStatus healthStatus)
If you configured health checking in the service, the current health status of the service instance.
healthStatus - If you configured health checking in the service, the current health status of the service instance.HealthStatus,
HealthStatusHttpInstanceSummary.Builder attributes(Map<String,String> attributes)
If you included any attributes when you registered the instance, the values of those attributes.
attributes - If you included any attributes when you registered the instance, the values of those attributes.Copyright © 2021. All rights reserved.