Uses of Class
software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Builder
-
Packages that use TokenBucketRetryCondition.Builder Package Description software.amazon.awssdk.core.retry.conditions -
-
Uses of TokenBucketRetryCondition.Builder in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketRetryCondition.Builder Modifier and Type Method Description static TokenBucketRetryCondition.BuilderTokenBucketRetryCondition. builder()Create a builder that allows fine-grained control over the token policy of this condition.TokenBucketRetryCondition.BuilderTokenBucketRetryCondition.Builder. exceptionCostFunction(TokenBucketExceptionCostFunction exceptionCostFunction)Configure aTokenBucketExceptionCostFunctionthat is used to calculate the number of tokens that should be taken out of the bucket for each specific exception.TokenBucketRetryCondition.BuilderTokenBucketRetryCondition.Builder. tokenBucketSize(int tokenBucketSize)Specify the maximum number of tokens in the token bucket.
-