We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac4e29 commit e93d01eCopy full SHA for e93d01e
core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/SdkException.java
@@ -140,6 +140,7 @@ public interface Builder extends Buildable {
140
default Builder numAttempts(Integer numAttempts) {
141
throw new UnsupportedOperationException();
142
}
143
+
144
/**
145
* The number of times a request was attempted before this exception was thrown
146
* @return the attempt count
0 commit comments