Interface AddPrefixListEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AddPrefixListEntry.Builder,,AddPrefixListEntry> SdkBuilder<AddPrefixListEntry.Builder,,AddPrefixListEntry> SdkPojo
- Enclosing class:
- AddPrefixListEntry
@Mutable
@NotThreadSafe
public static interface AddPrefixListEntry.Builder
extends SdkPojo, CopyableBuilder<AddPrefixListEntry.Builder,AddPrefixListEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR block.description(String description) A description for the entry.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.
-
description
A description for the entry.
Constraints: Up to 255 characters in length.
- Parameters:
description- A description for the entry.Constraints: Up to 255 characters in length.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-