Interface ListTriggersResponse.Builder

    • Method Detail

      • triggerNames

        ListTriggersResponse.Builder triggerNames​(Collection<String> triggerNames)

        The names of all triggers in the account, or the triggers with the specified tags.

        Parameters:
        triggerNames - The names of all triggers in the account, or the triggers with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • triggerNames

        ListTriggersResponse.Builder triggerNames​(String... triggerNames)

        The names of all triggers in the account, or the triggers with the specified tags.

        Parameters:
        triggerNames - The names of all triggers in the account, or the triggers with the specified tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTriggersResponse.Builder nextToken​(String nextToken)

        A continuation token, if the returned list does not contain the last metric available.

        Parameters:
        nextToken - A continuation token, if the returned list does not contain the last metric available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.