Interface PutItemRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutItemRequest.Builder,,PutItemRequest> JsonRpc10DataPlaneRequest.Builder,SdkBuilder<PutItemRequest.Builder,,PutItemRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PutItemRequest
@Mutable
@NotThreadSafe
public static interface PutItemRequest.Builder
extends JsonRpc10DataPlaneRequest.Builder, SdkPojo, CopyableBuilder<PutItemRequest.Builder,PutItemRequest>
-
Method Summary
Modifier and TypeMethodDescriptionconditionalOperator(String conditionalOperator) Sets the value of the ConditionalOperator property for this object.conditionExpression(String conditionExpression) Sets the value of the ConditionExpression property for this object.expected(Map<String, ExpectedAttributeValue> expected) Sets the value of the Expected property for this object.expressionAttributeNames(Map<String, String> expressionAttributeNames) Sets the value of the ExpressionAttributeNames property for this object.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) Sets the value of the ExpressionAttributeValues property for this object.item(Map<String, AttributeValue> item) Sets the value of the Item property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.returnConsumedCapacity(String returnConsumedCapacity) Sets the value of the ReturnConsumedCapacity property for this object.returnItemCollectionMetrics(String returnItemCollectionMetrics) Sets the value of the ReturnItemCollectionMetrics property for this object.returnValues(String returnValues) Sets the value of the ReturnValues property for this object.returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) Sets the value of the ReturnValuesOnConditionCheckFailure property for this object.Sets the value of the TableName property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.jsonrpc10dataplane.model.JsonRpc10DataPlaneRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
tableName
Sets the value of the TableName property for this object.- Parameters:
tableName- The new value for the TableName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
item
Sets the value of the Item property for this object.- Parameters:
item- The new value for the Item property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expected
Sets the value of the Expected property for this object.- Parameters:
expected- The new value for the Expected property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnValues
Sets the value of the ReturnValues property for this object.- Parameters:
returnValues- The new value for the ReturnValues property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnConsumedCapacity
Sets the value of the ReturnConsumedCapacity property for this object.- Parameters:
returnConsumedCapacity- The new value for the ReturnConsumedCapacity property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnItemCollectionMetrics
Sets the value of the ReturnItemCollectionMetrics property for this object.- Parameters:
returnItemCollectionMetrics- The new value for the ReturnItemCollectionMetrics property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionalOperator
Sets the value of the ConditionalOperator property for this object.- Parameters:
conditionalOperator- The new value for the ConditionalOperator property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionExpression
Sets the value of the ConditionExpression property for this object.- Parameters:
conditionExpression- The new value for the ConditionExpression property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expressionAttributeNames
Sets the value of the ExpressionAttributeNames property for this object.- Parameters:
expressionAttributeNames- The new value for the ExpressionAttributeNames property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expressionAttributeValues
PutItemRequest.Builder expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) Sets the value of the ExpressionAttributeValues property for this object.- Parameters:
expressionAttributeValues- The new value for the ExpressionAttributeValues property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
returnValuesOnConditionCheckFailure
PutItemRequest.Builder returnValuesOnConditionCheckFailure(String returnValuesOnConditionCheckFailure) Sets the value of the ReturnValuesOnConditionCheckFailure property for this object.- Parameters:
returnValuesOnConditionCheckFailure- The new value for the ReturnValuesOnConditionCheckFailure property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-