public static interface RestoreManagedPrefixListVersionResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RestoreManagedPrefixListVersionResponse.Builder,RestoreManagedPrefixListVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
default RestoreManagedPrefixListVersionResponse.Builder |
prefixList(Consumer<ManagedPrefixList.Builder> prefixList)
Information about the prefix list.
|
RestoreManagedPrefixListVersionResponse.Builder |
prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreManagedPrefixListVersionResponse.Builder prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList - Information about the prefix list.default RestoreManagedPrefixListVersionResponse.Builder prefixList(Consumer<ManagedPrefixList.Builder> prefixList)
Information about the prefix list.
This is a convenience method 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 © 2022. All rights reserved.