Interface ListDocumentsResponse.Builder

    • Method Detail

      • documentIdentifiers

        ListDocumentsResponse.Builder documentIdentifiers​(Collection<DocumentIdentifier> documentIdentifiers)

        The names of the SSM documents.

        Parameters:
        documentIdentifiers - The names of the SSM documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentIdentifiers

        ListDocumentsResponse.Builder documentIdentifiers​(DocumentIdentifier... documentIdentifiers)

        The names of the SSM documents.

        Parameters:
        documentIdentifiers - The names of the SSM documents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDocumentsResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.