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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
RemoveIpRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.
cidrIps
- IP address blocks that you want to remove.RemoveIpRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.RemoveIpRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.