Interface PrefixListId.Builder

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

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

    • description

      PrefixListId.Builder description(String description)

      A description for the security group rule that references this prefix list ID.

      Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

      Parameters:
      description - A description for the security group rule that references this prefix list ID.

      Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefixListId

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