Interface ImportApiKeysResponse.Builder

    • Method Detail

      • ids

        ImportApiKeysResponse.Builder ids​(Collection<String> ids)

        A list of all the ApiKey identifiers.

        Parameters:
        ids - A list of all the ApiKey identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ids

        ImportApiKeysResponse.Builder ids​(String... ids)

        A list of all the ApiKey identifiers.

        Parameters:
        ids - A list of all the ApiKey identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        ImportApiKeysResponse.Builder warnings​(Collection<String> warnings)

        A list of warning messages.

        Parameters:
        warnings - A list of warning messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • warnings

        ImportApiKeysResponse.Builder warnings​(String... warnings)

        A list of warning messages.

        Parameters:
        warnings - A list of warning messages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.