Interface DynamoDBv2Action.Builder

    • Method Detail

      • tableName

        DynamoDBv2Action.Builder tableName​(String tableName)

        The name of the DynamoDB table.

        Parameters:
        tableName - The name of the DynamoDB table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        DynamoDBv2Action.Builder payload​(Payload payload)
        Sets the value of the Payload property for this object.
        Parameters:
        payload - The new value for the Payload property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.