Interface KeyPairIds.Builder

    • Method Detail

      • quantity

        KeyPairIds.Builder quantity​(Integer quantity)

        The number of key pair identifiers in the list.

        Parameters:
        quantity - The number of key pair identifiers in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyPairIds.Builder items​(Collection<String> items)

        A list of CloudFront key pair identifiers.

        Parameters:
        items - A list of CloudFront key pair identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        KeyPairIds.Builder items​(String... items)

        A list of CloudFront key pair identifiers.

        Parameters:
        items - A list of CloudFront key pair identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.