CopyableBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>
, SdkBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>
public static interface GetRateBasedRuleManagedKeysResponse.Builder extends CopyableBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>
Modifier and Type | Method | Description |
---|---|---|
GetRateBasedRuleManagedKeysResponse.Builder |
managedKeys(String... managedKeys) |
An array of IP addresses that currently are blocked by the specified RateBasedRule.
|
GetRateBasedRuleManagedKeysResponse.Builder |
managedKeys(Collection<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.
|
copy
apply, build
GetRateBasedRuleManagedKeysResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setManagedKeys(java.util.Collection)
or #withManagedKeys(java.util.Collection)
if you want
to override the existing values.
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.