Interface PrimaryAttributeValue.Builder

  • Method Details

    • accessType

      PrimaryAttributeValue.Builder accessType(String accessType)

      The value's access type.

      Parameters:
      accessType - The value's access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accessType

      PrimaryAttributeValue.Builder accessType(AccessType accessType)

      The value's access type.

      Parameters:
      accessType - The value's access type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • attributeName

      PrimaryAttributeValue.Builder attributeName(String attributeName)

      The value's attribute name.

      Parameters:
      attributeName - The value's attribute name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The value's values.

      Parameters:
      values - The value's values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      The value's values.

      Parameters:
      values - The value's values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.