Interface GetDocumentVersionRequest.Builder

    • Method Detail

      • authenticationToken

        GetDocumentVersionRequest.Builder authenticationToken​(String authenticationToken)

        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

        Parameters:
        authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • documentId

        GetDocumentVersionRequest.Builder documentId​(String documentId)

        The ID of the document.

        Parameters:
        documentId - The ID of the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionId

        GetDocumentVersionRequest.Builder versionId​(String versionId)

        The version ID of the document.

        Parameters:
        versionId - The version ID of the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fields

        GetDocumentVersionRequest.Builder fields​(String fields)

        A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.

        Parameters:
        fields - A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeCustomMetadata

        GetDocumentVersionRequest.Builder includeCustomMetadata​(Boolean includeCustomMetadata)

        Set this to TRUE to include custom metadata in the response.

        Parameters:
        includeCustomMetadata - Set this to TRUE to include custom metadata in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.