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