public static interface RemoveIpRoutesRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<RemoveIpRoutesRequest.Builder,RemoveIpRoutesRequest>
| Modifier and Type | Method and Description |
|---|---|
RemoveIpRoutesRequest.Builder |
cidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
|
RemoveIpRoutesRequest.Builder |
cidrIps(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.
|
RemoveIpRoutesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RemoveIpRoutesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildRemoveIpRoutesRequest.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.
cidrIps - IP address blocks that you want to remove.RemoveIpRoutesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RemoveIpRoutesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.