Interface CreateApiKeyRequest.Builder

    • Method Detail

      • apiId

        CreateApiKeyRequest.Builder apiId​(String apiId)

        The ID for your GraphQL API.

        Parameters:
        apiId - The ID for your GraphQL API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        CreateApiKeyRequest.Builder description​(String description)

        A description of the purpose of the API key.

        Parameters:
        description - A description of the purpose of the API key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expires

        CreateApiKeyRequest.Builder expires​(Long expires)

        From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .

        Parameters:
        expires - From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .
        Returns:
        Returns a reference to this object so that method calls can be chained together.