CopyableBuilder<RemoveIpRoutesRequest.Builder,RemoveIpRoutesRequest>
, SdkBuilder<RemoveIpRoutesRequest.Builder,RemoveIpRoutesRequest>
public static interface RemoveIpRoutesRequest.Builder extends CopyableBuilder<RemoveIpRoutesRequest.Builder,RemoveIpRoutesRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveIpRoutesRequest.Builder |
cidrIps(String... cidrIps) |
IP address blocks that you want to remove.
|
RemoveIpRoutesRequest.Builder |
cidrIps(Collection<String> cidrIps) |
IP address blocks that you want to remove.
|
RemoveIpRoutesRequest.Builder |
directoryId(String directoryId) |
Identifier (ID) of the directory from which you want to remove the IP addresses.
|
copy
apply, build
RemoveIpRoutesRequest.Builder directoryId(String directoryId)
Identifier (ID) of the directory from which you want to remove the IP addresses.
directoryId
- Identifier (ID) of the directory from which you want to remove the IP addresses.RemoveIpRoutesRequest.Builder cidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
cidrIps
- IP address blocks that you want to remove.RemoveIpRoutesRequest.Builder cidrIps(String... cidrIps)
IP address blocks that you want to remove.
NOTE: This method appends the values to the existing list (if any). Use
#setCidrIps(java.util.Collection)
or #withCidrIps(java.util.Collection)
if you want to
override the existing values.
cidrIps
- IP address blocks that you want to remove.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.