public static interface ModifyManagedPrefixListRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyManagedPrefixListRequest.Builder,ModifyManagedPrefixListRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyManagedPrefixListRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId - The ID of the prefix list.ModifyManagedPrefixListRequest.Builder currentVersion(Long currentVersion)
The current version of the prefix list.
currentVersion - The current version of the prefix list.ModifyManagedPrefixListRequest.Builder prefixListName(String prefixListName)
A name for the prefix list.
prefixListName - A name for the prefix list.ModifyManagedPrefixListRequest.Builder addEntries(Collection<AddPrefixListEntry> addEntries)
One or more entries to add to the prefix list.
addEntries - One or more entries to add to the prefix list.ModifyManagedPrefixListRequest.Builder addEntries(AddPrefixListEntry... addEntries)
One or more entries to add to the prefix list.
addEntries - One or more entries to add to the prefix list.ModifyManagedPrefixListRequest.Builder addEntries(Consumer<AddPrefixListEntry.Builder>... addEntries)
One or more entries to add to the prefix list.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #addEntries(List) .addEntries - a consumer that will call methods on List.Builder #addEntries(List) ModifyManagedPrefixListRequest.Builder removeEntries(Collection<RemovePrefixListEntry> removeEntries)
One or more entries to remove from the prefix list.
removeEntries - One or more entries to remove from the prefix list.ModifyManagedPrefixListRequest.Builder removeEntries(RemovePrefixListEntry... removeEntries)
One or more entries to remove from the prefix list.
removeEntries - One or more entries to remove from the prefix list.ModifyManagedPrefixListRequest.Builder removeEntries(Consumer<RemovePrefixListEntry.Builder>... removeEntries)
One or more entries to remove from the prefix list.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #removeEntries(List) .removeEntries - a consumer that will call methods on List.Builder #removeEntries(List) ModifyManagedPrefixListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyManagedPrefixListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.