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) |
RemoveIpRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderRemoveIpRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.