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 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

      PrefixListEntry.Builder description(String description)

      The description.

      Parameters:
      description - The description.
      Returns:
      Returns a reference to this object so that method calls can be chained together.