Interface BackendConnectionErrors.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>,SdkBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>,SdkPojo
- Enclosing class:
- BackendConnectionErrors
@Mutable @NotThreadSafe public static interface BackendConnectionErrors.Builder extends SdkPojo, CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BackendConnectionErrors.BuilderconnectionRefusedCount(Integer connectionRefusedCount)BackendConnectionErrors.BuilderhttpCode4XXCount(Integer httpCode4XXCount)BackendConnectionErrors.BuilderhttpCode5XXCount(Integer httpCode5XXCount)BackendConnectionErrors.BuilderotherCount(Integer otherCount)BackendConnectionErrors.BuildertimeoutCount(Integer timeoutCount)BackendConnectionErrors.BuilderunknownHostCount(Integer unknownHostCount)-
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 Detail
-
timeoutCount
BackendConnectionErrors.Builder timeoutCount(Integer timeoutCount)
- Parameters:
timeoutCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionRefusedCount
BackendConnectionErrors.Builder connectionRefusedCount(Integer connectionRefusedCount)
- Parameters:
connectionRefusedCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpCode4XXCount
BackendConnectionErrors.Builder httpCode4XXCount(Integer httpCode4XXCount)
- Parameters:
httpCode4XXCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
httpCode5XXCount
BackendConnectionErrors.Builder httpCode5XXCount(Integer httpCode5XXCount)
- Parameters:
httpCode5XXCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unknownHostCount
BackendConnectionErrors.Builder unknownHostCount(Integer unknownHostCount)
- Parameters:
unknownHostCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
otherCount
BackendConnectionErrors.Builder otherCount(Integer otherCount)
- Parameters:
otherCount-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-