Interface ListTriggersRequest.Builder

    • Method Detail

      • nextToken

        ListTriggersRequest.Builder nextToken​(String nextToken)

        A continuation token, if this is a continuation request.

        Parameters:
        nextToken - A continuation token, if this is a continuation request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dependentJobName

        ListTriggersRequest.Builder dependentJobName​(String dependentJobName)

        The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.

        Parameters:
        dependentJobName - The name of the job for which to retrieve triggers. The trigger that can start this job is returned. If there is no such trigger, all triggers are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListTriggersRequest.Builder maxResults​(Integer maxResults)

        The maximum size of a list to return.

        Parameters:
        maxResults - The maximum size of a list to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListTriggersRequest.Builder tags​(Map<String,​String> tags)

        Specifies to return only these tagged resources.

        Parameters:
        tags - Specifies to return only these tagged resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.