public static class AddressRateLimiting.Builder extends Object
Constructor and Description |
---|
Builder() |
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) |
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–2020. All rights reserved.