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

      For single string values. Maximum string length is 100 characters.

      Parameters:
      s - For single string values. Maximum string length is 100 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • n

      For number values, expressed as double.

      Parameters:
      n - For number values, expressed as double.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sl

      For a list of up to 100 strings. Maximum length for each string is 100 characters. Duplicate values are not recognized; all occurrences of the repeated value after the first of a repeated value are ignored.

      Parameters:
      sl - For a list of up to 100 strings. Maximum length for each string is 100 characters. Duplicate values are not recognized; all occurrences of the repeated value after the first of a repeated value are ignored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sl

      For a list of up to 100 strings. Maximum length for each string is 100 characters. Duplicate values are not recognized; all occurrences of the repeated value after the first of a repeated value are ignored.

      Parameters:
      sl - For a list of up to 100 strings. Maximum length for each string is 100 characters. Duplicate values are not recognized; all occurrences of the repeated value after the first of a repeated value are ignored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sdm

      For a map of up to 10 data type:value pairs. Maximum length for each string value is 100 characters.

      Parameters:
      sdm - For a map of up to 10 data type:value pairs. Maximum length for each string value is 100 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.