public static interface ChangeRequest.Builder extends SdkPojo, CopyableBuilder<ChangeRequest.Builder,ChangeRequest>
| Modifier and Type | Method and Description |
|---|---|
ChangeRequest.Builder |
changeType(ChangeType changeType)
Defines the type of change request.
|
ChangeRequest.Builder |
changeType(String changeType)
Defines the type of change request.
|
ChangeRequest.Builder |
dbPath(String dbPath)
Defines the path within the database directory.
|
ChangeRequest.Builder |
s3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangeRequest.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.
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.
ChangeType,
ChangeTypeChangeRequest.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.
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.
ChangeType,
ChangeTypeChangeRequest.Builder s3Path(String s3Path)
Defines the S3 path of the source file that is required to add or update files in a database.
s3Path - Defines the S3 path of the source file that is required to add or update files in a database.ChangeRequest.Builder dbPath(String dbPath)
Defines the path within the database directory.
dbPath - Defines the path within the database directory.Copyright © 2023. All rights reserved.