Interface PrefixList.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PrefixList.Builder,PrefixList>, SdkBuilder<PrefixList.Builder,PrefixList>, SdkPojo
Enclosing class:
PrefixList

public static interface PrefixList.Builder extends SdkPojo, CopyableBuilder<PrefixList.Builder,PrefixList>
  • Method Details

    • cidrs

      The IP address range of the Amazon Web Service.

      Parameters:
      cidrs - The IP address range of the Amazon Web Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidrs

      PrefixList.Builder cidrs(String... cidrs)

      The IP address range of the Amazon Web Service.

      Parameters:
      cidrs - The IP address range of the Amazon Web Service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefixListId

      PrefixList.Builder prefixListId(String prefixListId)

      The ID of the prefix.

      Parameters:
      prefixListId - The ID of the prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefixListName

      PrefixList.Builder prefixListName(String prefixListName)

      The name of the prefix.

      Parameters:
      prefixListName - The name of the prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.