public static interface ModifyManagedPrefixListResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyManagedPrefixListResponse.Builder,ModifyManagedPrefixListResponse>
Modifier and Type | Method and Description |
---|---|
default ModifyManagedPrefixListResponse.Builder |
prefixList(Consumer<ManagedPrefixList.Builder> prefixList)
Information about the prefix list.
|
ModifyManagedPrefixListResponse.Builder |
prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyManagedPrefixListResponse.Builder prefixList(ManagedPrefixList prefixList)
Information about the prefix list.
prefixList
- Information about the prefix list.default ModifyManagedPrefixListResponse.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.Builder
prefixList(ManagedPrefixList)
Copyright © 2023. All rights reserved.