Interface ListActiveViolationsResponse.Builder

    • Method Detail

      • activeViolations

        ListActiveViolationsResponse.Builder activeViolations​(Collection<ActiveViolation> activeViolations)

        The list of active violations.

        Parameters:
        activeViolations - The list of active violations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • activeViolations

        ListActiveViolationsResponse.Builder activeViolations​(ActiveViolation... activeViolations)

        The list of active violations.

        Parameters:
        activeViolations - The list of active violations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListActiveViolationsResponse.Builder nextToken​(String nextToken)

        A token that can be used to retrieve the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - A token that can be used to retrieve the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.