CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
, SdkBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
public static interface BackendConnectionErrors.Builder extends CopyableBuilder<BackendConnectionErrors.Builder,BackendConnectionErrors>
Modifier and Type | Method | Description |
---|---|---|
BackendConnectionErrors.Builder |
connectionRefusedCount(Integer connectionRefusedCount) |
|
BackendConnectionErrors.Builder |
httpCode4XXCount(Integer httpCode4XXCount) |
|
BackendConnectionErrors.Builder |
httpCode5XXCount(Integer httpCode5XXCount) |
|
BackendConnectionErrors.Builder |
otherCount(Integer otherCount) |
|
BackendConnectionErrors.Builder |
timeoutCount(Integer timeoutCount) |
|
BackendConnectionErrors.Builder |
unknownHostCount(Integer unknownHostCount) |
copy
apply, build
BackendConnectionErrors.Builder timeoutCount(Integer timeoutCount)
timeoutCount
- BackendConnectionErrors.Builder connectionRefusedCount(Integer connectionRefusedCount)
connectionRefusedCount
- BackendConnectionErrors.Builder httpCode4XXCount(Integer httpCode4XXCount)
httpCode4XXCount
- BackendConnectionErrors.Builder httpCode5XXCount(Integer httpCode5XXCount)
httpCode5XXCount
- BackendConnectionErrors.Builder unknownHostCount(Integer unknownHostCount)
unknownHostCount
- BackendConnectionErrors.Builder otherCount(Integer otherCount)
otherCount
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.