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 Summary
Modifier and TypeMethodDescriptionThe list of row ids that were changed as part of an upsert row operation.rowIds
(Collection<String> rowIds) The list of row ids that were changed as part of an upsert row operation.upsertAction
(String upsertAction) The result of the upsert action.upsertAction
(UpsertAction upsertAction) The result of the upsert action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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
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:
-