| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
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(HealthStatus healthStatus)
If you configured health checking in the service, the current health status of the service instance.
|
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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HttpInstanceSummary.Builder> |
HttpInstanceSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.