Interface BackendConnectionErrors.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BackendConnectionErrors.Builder,,BackendConnectionErrors> SdkBuilder<BackendConnectionErrors.Builder,,BackendConnectionErrors> SdkPojo
- Enclosing class:
 BackendConnectionErrors
public static interface BackendConnectionErrors.Builder
extends SdkPojo, CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectionRefusedCount(Integer connectionRefusedCount) httpCode4XXCount(Integer httpCode4XXCount) httpCode5XXCount(Integer httpCode5XXCount) otherCount(Integer otherCount) timeoutCount(Integer timeoutCount) unknownHostCount(Integer unknownHostCount) Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
timeoutCount
- Parameters:
 timeoutCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectionRefusedCount
- Parameters:
 connectionRefusedCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
httpCode4XXCount
- Parameters:
 httpCode4XXCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
httpCode5XXCount
- Parameters:
 httpCode5XXCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unknownHostCount
- Parameters:
 unknownHostCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
otherCount
- Parameters:
 otherCount-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -