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 SummaryModifier 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) TheHttpNamename of the namespace.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
instanceIdThe 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.
 
- 
namespaceNameThe HttpNamename of the namespace. It's found in theHttpPropertiesmember of thePropertiesmember of the namespace.- Parameters:
- namespaceName- The- HttpNamename of the namespace. It's found in the- HttpPropertiesmember of the- Propertiesmember of the namespace.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
serviceNameThe 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.
 
- 
healthStatusIf 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:
 
- 
healthStatusIf 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:
 
- 
attributesIf 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.
 
 
-