Interface PutItemRequest.Builder

  • Method Details

    • tableName

      PutItemRequest.Builder tableName(String 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

      PutItemRequest.Builder returnValues(String 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

      PutItemRequest.Builder returnConsumedCapacity(String 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

      PutItemRequest.Builder returnItemCollectionMetrics(String 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

      PutItemRequest.Builder conditionalOperator(String 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

      PutItemRequest.Builder conditionExpression(String 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

      PutItemRequest.Builder expressionAttributeNames(Map<String,String> 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

      PutItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.