public static interface DeleteManagedPrefixListResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteManagedPrefixListResponse.Builder,DeleteManagedPrefixListResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteManagedPrefixListResponse.Builder |
prefixList(Consumer<ManagedPrefixList.Builder> prefixList)
Information about the prefix list.
|
DeleteManagedPrefixListResponse.Builder |
prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteManagedPrefixListResponse.Builder prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList - Information about the prefix list.default DeleteManagedPrefixListResponse.Builder prefixList(Consumer<ManagedPrefixList.Builder> prefixList)
Information about the prefix list.
This is a convenience that creates an instance of theManagedPrefixList.Builder avoiding the need to
create one manually via ManagedPrefixList.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to prefixList(ManagedPrefixList).prefixList - a consumer that will call methods on ManagedPrefixList.BuilderprefixList(ManagedPrefixList)Copyright © 2021. All rights reserved.