public static interface GetRateBasedRuleManagedKeysResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRateBasedRuleManagedKeysResponse.Builder |
managedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
GetRateBasedRuleManagedKeysResponse.Builder |
managedKeys(String... managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
GetRateBasedRuleManagedKeysResponse.Builder |
nextMarker(String nextMarker)
A null value and not currently used.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetRateBasedRuleManagedKeysResponse.Builder managedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
managedKeys - An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.Builder managedKeys(String... managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
managedKeys - An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.Builder nextMarker(String nextMarker)
A null value and not currently used.
nextMarker - A null value and not currently used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.