Interface AttributeValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AttributeValue.Builder,AttributeValue>, SdkBuilder<AttributeValue.Builder,AttributeValue>, SdkPojo
Enclosing class:
AttributeValue

public static interface AttributeValue.Builder extends SdkPojo, CopyableBuilder<AttributeValue.Builder,AttributeValue>
  • Method Details

    • s

      A string.

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

      A number.

      Parameters:
      n - A number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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

      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

      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

      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

      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

      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.