Interface UpsertRowsResult.Builder

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

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

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

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rowIds

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • upsertAction

      UpsertRowsResult.Builder upsertAction(String upsertAction)

      The result of the upsert action.

      Parameters:
      upsertAction - The result of the upsert action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • upsertAction

      UpsertRowsResult.Builder upsertAction(UpsertAction upsertAction)

      The result of the upsert action.

      Parameters:
      upsertAction - The result of the upsert action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: