Interface ListLegalHoldsResponse.Builder

    • Method Detail

      • nextToken

        ListLegalHoldsResponse.Builder nextToken​(String nextToken)

        The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

        Parameters:
        nextToken - The next item following a partial list of returned resources. For example, if a request is made to return MaxResults number of resources, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • legalHolds

        ListLegalHoldsResponse.Builder legalHolds​(Collection<LegalHold> legalHolds)

        This is an array of returned legal holds, both active and previous.

        Parameters:
        legalHolds - This is an array of returned legal holds, both active and previous.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • legalHolds

        ListLegalHoldsResponse.Builder legalHolds​(LegalHold... legalHolds)

        This is an array of returned legal holds, both active and previous.

        Parameters:
        legalHolds - This is an array of returned legal holds, both active and previous.
        Returns:
        Returns a reference to this object so that method calls can be chained together.