public static interface UpsertRowsResult.Builder extends SdkPojo, CopyableBuilder<UpsertRowsResult.Builder,UpsertRowsResult>
| Modifier and Type | Method and Description |
|---|---|
UpsertRowsResult.Builder |
rowIds(Collection<String> rowIds)
The list of row ids that were changed as part of an upsert row operation.
|
UpsertRowsResult.Builder |
rowIds(String... rowIds)
The list of row ids that were changed as part of an upsert row operation.
|
UpsertRowsResult.Builder |
upsertAction(String upsertAction)
The result of the upsert action.
|
UpsertRowsResult.Builder |
upsertAction(UpsertAction upsertAction)
The result of the upsert action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpsertRowsResult.Builder rowIds(Collection<String> rowIds)
The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an update, this list could potentially contain multiple rows that matched the filter and hence got updated. If the upsert resulted in an append, this list would only have the single row that was appended.
rowIds - The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an
update, this list could potentially contain multiple rows that matched the filter and hence got
updated. If the upsert resulted in an append, this list would only have the single row that was
appended.UpsertRowsResult.Builder rowIds(String... rowIds)
The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an update, this list could potentially contain multiple rows that matched the filter and hence got updated. If the upsert resulted in an append, this list would only have the single row that was appended.
rowIds - The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an
update, this list could potentially contain multiple rows that matched the filter and hence got
updated. If the upsert resulted in an append, this list would only have the single row that was
appended.UpsertRowsResult.Builder upsertAction(String upsertAction)
The result of the upsert action.
upsertAction - The result of the upsert action.UpsertAction,
UpsertActionUpsertRowsResult.Builder upsertAction(UpsertAction upsertAction)
The result of the upsert action.
upsertAction - The result of the upsert action.UpsertAction,
UpsertActionCopyright © 2021. All rights reserved.