Uses of Class
software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Builder
Packages that use TokenBucketRetryCondition.Builder
-
Uses of TokenBucketRetryCondition.Builder in software.amazon.awssdk.core.retry.conditions
Methods in software.amazon.awssdk.core.retry.conditions that return TokenBucketRetryCondition.BuilderModifier and TypeMethodDescriptionTokenBucketRetryCondition.builder()Create a builder that allows fine-grained control over the token policy of this condition.TokenBucketRetryCondition.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.Builder.tokenBucketSize(int tokenBucketSize) Specify the maximum number of tokens in the token bucket.