public static interface RemoveIpRoutesRequest.Builder extends DirectoryRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveIpRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.RemoveIpRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.