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