Class SetAttributeConverter.Builder<T extends Collection<U>,U> 
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.internal.converter.attribute.SetAttributeConverter.Builder<T,U> 
- Enclosing class:
 SetAttributeConverter<T extends Collection<?>>
@NotThreadSafe
public static final class SetAttributeConverter.Builder<T extends Collection<U>,U> 
extends Object
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()collectionConstructor(Supplier<? extends T> collectionConstructor) elementConverter(AttributeConverter<U> elementConverter)  
- 
Method Details
- 
collectionConstructor
public SetAttributeConverter.Builder<T,U> collectionConstructor(Supplier<? extends T> collectionConstructor)  - 
elementConverter
 - 
build
 
 -