Interface PrefixListId.Builder

    • Method Detail

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