public static final class ModifyPrefixListRequest.AddEntry.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ModifyPrefixListRequest.AddEntry |
build() |
ModifyPrefixListRequest.AddEntry.Builder |
cidr(String cidr)
The CIDR block in entry N to be added to the prefix list.
|
ModifyPrefixListRequest.AddEntry.Builder |
description(String description)
The description in entry N.
|
public ModifyPrefixListRequest.AddEntry.Builder cidr(String cidr)
Take note of the following items when you add the entries: * The total number of entries in the prefix list cannot exceed the maximum number of entries you specified for the prefix list. You can call the [DescribePrefixListAttributes](~~205872~~) operation to query the maximum number of entries that the prefix list can contain. * You cannot specify duplicate CIDR blocks. * The CIDR blocks cannot be the same as the `RemoveEntry.N.Cidr` values.
public ModifyPrefixListRequest.AddEntry.Builder description(String description)
public ModifyPrefixListRequest.AddEntry build()
Copyright © 2024. All rights reserved.