Interface TypedAttributeValue.Builder

    • Method Detail

      • stringValue

        TypedAttributeValue.Builder stringValue​(String stringValue)

        A string data value.

        Parameters:
        stringValue - A string data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • binaryValue

        TypedAttributeValue.Builder binaryValue​(SdkBytes binaryValue)

        A binary data value.

        Parameters:
        binaryValue - A binary data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • booleanValue

        TypedAttributeValue.Builder booleanValue​(Boolean booleanValue)

        A Boolean data value.

        Parameters:
        booleanValue - A Boolean data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numberValue

        TypedAttributeValue.Builder numberValue​(String numberValue)

        A number data value.

        Parameters:
        numberValue - A number data value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datetimeValue

        TypedAttributeValue.Builder datetimeValue​(Instant datetimeValue)

        A date and time value.

        Parameters:
        datetimeValue - A date and time value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.