Interface ValueHolder.Builder

    • Method Detail

      • ionBinary

        ValueHolder.Builder ionBinary​(SdkBytes ionBinary)

        An Amazon Ion binary value contained in a ValueHolder structure.

        Parameters:
        ionBinary - An Amazon Ion binary value contained in a ValueHolder structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ionText

        ValueHolder.Builder ionText​(String ionText)

        An Amazon Ion plaintext value contained in a ValueHolder structure.

        Parameters:
        ionText - An Amazon Ion plaintext value contained in a ValueHolder structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.