Uses of Class
com.amazonaws.athena.connector.lambda.ThrottlingInvoker.Builder
-
Packages that use ThrottlingInvoker.Builder Package Description com.amazonaws.athena.connector.lambda -
-
Uses of ThrottlingInvoker.Builder in com.amazonaws.athena.connector.lambda
Methods in com.amazonaws.athena.connector.lambda that return ThrottlingInvoker.Builder Modifier and Type Method Description static ThrottlingInvoker.Builder
ThrottlingInvoker. newBuilder()
Create a new, empty, Builder.static ThrottlingInvoker.Builder
ThrottlingInvoker. newDefaultBuilder(ThrottlingInvoker.ExceptionFilter filter, Map<String,String> configOptions)
Produces a Builder with default values set allowing you to override only specific defaults.ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withDecrease(double decrease)
ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withFilter(ThrottlingInvoker.ExceptionFilter filter)
ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withIncrease(long increase)
ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withInitialDelayMs(long initialDelayMs)
ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withMaxDelayMs(long maxDelayMs)
ThrottlingInvoker.Builder
ThrottlingInvoker.Builder. withSpiller(BlockSpiller spiller)
Constructors in com.amazonaws.athena.connector.lambda with parameters of type ThrottlingInvoker.Builder Constructor Description ThrottlingInvoker(ThrottlingInvoker.Builder builder)
-