public static final class ModifyPrefixListRequest.RemoveEntry.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyPrefixListRequest.RemoveEntry |
build() |
ModifyPrefixListRequest.RemoveEntry.Builder |
cidr(String cidr)
The CIDR block in entry N to be deleted from the prefix list.
|
public ModifyPrefixListRequest.RemoveEntry.Builder cidr(String cidr)
Take note of the following items when you delete the entries: * You cannot specify duplicate CIDR blocks. * The CIDR blocks cannot be the same as the `AddEntry.N.Cidr` values.
public ModifyPrefixListRequest.RemoveEntry build()
Copyright © 2024. All rights reserved.