Interface ChangeRequest.Builder

    • Method Detail

      • changeType

        ChangeRequest.Builder changeType​(String changeType)

        Defines the type of change request. A changeType can have the following values:

        • PUT – Adds or updates files in a database.

        • DELETE – Deletes files in a database.

        Parameters:
        changeType - Defines the type of change request. A changeType can have the following values:

        • PUT – Adds or updates files in a database.

        • DELETE – Deletes files in a database.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType, ChangeType
      • changeType

        ChangeRequest.Builder changeType​(ChangeType changeType)

        Defines the type of change request. A changeType can have the following values:

        • PUT – Adds or updates files in a database.

        • DELETE – Deletes files in a database.

        Parameters:
        changeType - Defines the type of change request. A changeType can have the following values:

        • PUT – Adds or updates files in a database.

        • DELETE – Deletes files in a database.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ChangeType, ChangeType
      • s3Path

        ChangeRequest.Builder s3Path​(String s3Path)

        Defines the S3 path of the source file that is required to add or update files in a database.

        Parameters:
        s3Path - Defines the S3 path of the source file that is required to add or update files in a database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbPath

        ChangeRequest.Builder dbPath​(String dbPath)

        Defines the path within the database directory.

        Parameters:
        dbPath - Defines the path within the database directory.
        Returns:
        Returns a reference to this object so that method calls can be chained together.