Interface ChangeRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ChangeRequest.Builder,ChangeRequest>, SdkBuilder<ChangeRequest.Builder,ChangeRequest>, SdkPojo
Enclosing class:
ChangeRequest

public static interface ChangeRequest.Builder extends SdkPojo, CopyableBuilder<ChangeRequest.Builder,ChangeRequest>
  • Method Details

    • 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

      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:
    • 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.