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)
The name of the namespace that you specified when you registered the instance.
|
HttpInstanceSummary.Builder |
serviceName(String serviceName)
The name of the service that you specified when you registered the instance.
|
copy
applyMutation, build
HttpInstanceSummary.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 name of the namespace that you specified when you registered the instance.
namespaceName
- The name of the namespace that you specified when you registered the instance.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
,
HealthStatus
HttpInstanceSummary.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
,
HealthStatus
HttpInstanceSummary.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.