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