Interface HttpInstanceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HttpInstanceSummary.Builder,
,HttpInstanceSummary> SdkBuilder<HttpInstanceSummary.Builder,
,HttpInstanceSummary> SdkPojo
- Enclosing class:
HttpInstanceSummary
@Mutable
@NotThreadSafe
public static interface HttpInstanceSummary.Builder
extends SdkPojo, CopyableBuilder<HttpInstanceSummary.Builder,HttpInstanceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionattributes
(Map<String, String> attributes) If you included any attributes when you registered the instance, the values of those attributes.healthStatus
(String healthStatus) If you configured health checking in the service, the current health status of the service instance.healthStatus
(HealthStatus healthStatus) If you configured health checking in the service, the current health status of the service instance.instanceId
(String instanceId) The ID of an instance that matches the values that you specified in the request.namespaceName
(String namespaceName) serviceName
(String serviceName) The name of the service that you specified when you registered the instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The
HttpName
name of the namespace. It's found in theHttpProperties
member of theProperties
member of the namespace.- Parameters:
namespaceName
-The
HttpName
name of the namespace. It's found in theHttpProperties
member of theProperties
member of the namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
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:
-
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.
-