Interface APIKeySummary.Builder

    • Method Detail

      • tokenDomains

        APIKeySummary.Builder tokenDomains​(Collection<String> tokenDomains)

        The token domains that are defined in this API key.

        Parameters:
        tokenDomains - The token domains that are defined in this API key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tokenDomains

        APIKeySummary.Builder tokenDomains​(String... tokenDomains)

        The token domains that are defined in this API key.

        Parameters:
        tokenDomains - The token domains that are defined in this API key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • apiKey

        APIKeySummary.Builder apiKey​(String apiKey)

        The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.

        Parameters:
        apiKey - The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTimestamp

        APIKeySummary.Builder creationTimestamp​(Instant creationTimestamp)

        The date and time that the key was created.

        Parameters:
        creationTimestamp - The date and time that the key was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        APIKeySummary.Builder version​(Integer version)

        Internal value used by WAF to manage the key.

        Parameters:
        version - Internal value used by WAF to manage the key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.