public static class AddressRateLimiting.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AddressRateLimiting.Builder |
allowedRatePerAddress(Integer allowedRatePerAddress) |
AddressRateLimiting.Builder |
blockResponseCode(Integer blockResponseCode) |
AddressRateLimiting |
build() |
AddressRateLimiting.Builder |
copy(AddressRateLimiting o) |
AddressRateLimiting.Builder |
isEnabled(Boolean isEnabled) |
AddressRateLimiting.Builder |
maxDelayedCountPerAddress(Integer maxDelayedCountPerAddress) |
String |
toString() |
public AddressRateLimiting.Builder isEnabled(Boolean isEnabled)
public AddressRateLimiting.Builder allowedRatePerAddress(Integer allowedRatePerAddress)
public AddressRateLimiting.Builder maxDelayedCountPerAddress(Integer maxDelayedCountPerAddress)
public AddressRateLimiting.Builder blockResponseCode(Integer blockResponseCode)
public AddressRateLimiting build()
public AddressRateLimiting.Builder copy(AddressRateLimiting o)
Copyright © 2016–2022. All rights reserved.