Interface GetRateBasedRuleManagedKeysResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>,SdkBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>,SdkPojo,SdkResponse.Builder,WafResponse.Builder
- Enclosing class:
- GetRateBasedRuleManagedKeysResponse
public static interface GetRateBasedRuleManagedKeysResponse.Builder extends WafResponse.Builder, SdkPojo, CopyableBuilder<GetRateBasedRuleManagedKeysResponse.Builder,GetRateBasedRuleManagedKeysResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRateBasedRuleManagedKeysResponse.BuildermanagedKeys(String... managedKeys)An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.BuildermanagedKeys(Collection<String> managedKeys)An array of IP addresses that currently are blocked by the specified RateBasedRule.GetRateBasedRuleManagedKeysResponse.BuildernextMarker(String nextMarker)A null value and not currently used.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
managedKeys
GetRateBasedRuleManagedKeysResponse.Builder managedKeys(Collection<String> managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
- Parameters:
managedKeys- An array of IP addresses that currently are blocked by the specified RateBasedRule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
managedKeys
GetRateBasedRuleManagedKeysResponse.Builder managedKeys(String... managedKeys)
An array of IP addresses that currently are blocked by the specified RateBasedRule.
- Parameters:
managedKeys- An array of IP addresses that currently are blocked by the specified RateBasedRule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextMarker
GetRateBasedRuleManagedKeysResponse.Builder nextMarker(String nextMarker)
A null value and not currently used.
- Parameters:
nextMarker- A null value and not currently used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-