Interface ValueHolder.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ValueHolder.Builder,ValueHolder>,SdkBuilder<ValueHolder.Builder,ValueHolder>,SdkPojo
- Enclosing class:
- ValueHolder
public static interface ValueHolder.Builder extends SdkPojo, CopyableBuilder<ValueHolder.Builder,ValueHolder>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueHolder.BuilderionBinary(SdkBytes ionBinary)An Amazon Ion binary value contained in aValueHolderstructure.ValueHolder.BuilderionText(String ionText)An Amazon Ion plaintext value contained in aValueHolderstructure.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ionBinary
ValueHolder.Builder ionBinary(SdkBytes ionBinary)
An Amazon Ion binary value contained in a
ValueHolderstructure.- Parameters:
ionBinary- An Amazon Ion binary value contained in aValueHolderstructure.- 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
ValueHolderstructure.- Parameters:
ionText- An Amazon Ion plaintext value contained in aValueHolderstructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-