Interface RateBasedStatementManagedKeysIPSet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RateBasedStatementManagedKeysIPSet.Builder,RateBasedStatementManagedKeysIPSet>,SdkBuilder<RateBasedStatementManagedKeysIPSet.Builder,RateBasedStatementManagedKeysIPSet>,SdkPojo
- Enclosing class:
- RateBasedStatementManagedKeysIPSet
public static interface RateBasedStatementManagedKeysIPSet.Builder extends SdkPojo, CopyableBuilder<RateBasedStatementManagedKeysIPSet.Builder,RateBasedStatementManagedKeysIPSet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RateBasedStatementManagedKeysIPSet.Builderaddresses(String... addresses)The IP addresses that are currently blocked.RateBasedStatementManagedKeysIPSet.Builderaddresses(Collection<String> addresses)The IP addresses that are currently blocked.RateBasedStatementManagedKeysIPSet.BuilderipAddressVersion(String ipAddressVersion)The version of the IP addresses, eitherIPV4orIPV6.RateBasedStatementManagedKeysIPSet.BuilderipAddressVersion(IPAddressVersion ipAddressVersion)The version of the IP addresses, eitherIPV4orIPV6.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
ipAddressVersion
RateBasedStatementManagedKeysIPSet.Builder ipAddressVersion(String ipAddressVersion)
The version of the IP addresses, either
IPV4orIPV6.- Parameters:
ipAddressVersion- The version of the IP addresses, eitherIPV4orIPV6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IPAddressVersion,IPAddressVersion
-
ipAddressVersion
RateBasedStatementManagedKeysIPSet.Builder ipAddressVersion(IPAddressVersion ipAddressVersion)
The version of the IP addresses, either
IPV4orIPV6.- Parameters:
ipAddressVersion- The version of the IP addresses, eitherIPV4orIPV6.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IPAddressVersion,IPAddressVersion
-
addresses
RateBasedStatementManagedKeysIPSet.Builder addresses(Collection<String> addresses)
The IP addresses that are currently blocked.
- Parameters:
addresses- The IP addresses that are currently blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addresses
RateBasedStatementManagedKeysIPSet.Builder addresses(String... addresses)
The IP addresses that are currently blocked.
- Parameters:
addresses- The IP addresses that are currently blocked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-