Class BeanTableSchemaParams<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.mapper.BeanTableSchemaParams<T>
- Type Parameters:
 T- The type of the immutable item.
- All Implemented Interfaces:
 ToCopyableBuilder<BeanTableSchemaParams.Builder<T>,BeanTableSchemaParams<T>> 
@Immutable
public final class BeanTableSchemaParams<T>
extends Object
implements ToCopyableBuilder<BeanTableSchemaParams.Builder<T>,BeanTableSchemaParams<T>> 
Container object for the parameters used to construct a 
BeanTableSchema.- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> BeanTableSchemaParams.Builder<T> lookup()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
beanClass
 - 
lookup
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<BeanTableSchemaParams.Builder<T>,BeanTableSchemaParams<T>> - Returns:
 - a builder for type T
 
 - 
builder
 
 -