Interface AttributeValue.Builder

    • Method Detail

      • s

        AttributeValue.Builder s​(String s)

        A string.

        Parameters:
        s - A string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • n

        AttributeValue.Builder n​(String n)

        A number.

        Parameters:
        n - A number.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • b

        AttributeValue.Builder b​(String b)

        A binary value.

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

        AttributeValue.Builder ss​(Collection<String> ss)

        A list of strings.

        Parameters:
        ss - A list of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ss

        AttributeValue.Builder ss​(String... ss)

        A list of strings.

        Parameters:
        ss - A list of strings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ns

        AttributeValue.Builder ns​(Collection<String> ns)

        A list of numbers.

        Parameters:
        ns - A list of numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ns

        AttributeValue.Builder ns​(String... ns)

        A list of numbers.

        Parameters:
        ns - A list of numbers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bs

        AttributeValue.Builder bs​(Collection<String> bs)

        A list of binary values.

        Parameters:
        bs - A list of binary values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bs

        AttributeValue.Builder bs​(String... bs)

        A list of binary values.

        Parameters:
        bs - A list of binary values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.