Interface RemovePrefixListEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RemovePrefixListEntry.Builder,,RemovePrefixListEntry> SdkBuilder<RemovePrefixListEntry.Builder,,RemovePrefixListEntry> SdkPojo
- Enclosing class:
- RemovePrefixListEntry
@Mutable
@NotThreadSafe
public static interface RemovePrefixListEntry.Builder
extends SdkPojo, CopyableBuilder<RemovePrefixListEntry.Builder,RemovePrefixListEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR block.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
cidr
The CIDR block.
- Parameters:
cidr- The CIDR block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-