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 aBeanTableSchema
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BeanTableSchemaParams.Builder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>
beanClass()
static <T> BeanTableSchemaParams.Builder<T>
builder(Class<T> beanClass)
MethodHandles.Lookup
lookup()
BeanTableSchemaParams.Builder<T>
toBuilder()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lookup
public MethodHandles.Lookup lookup()
-
toBuilder
public BeanTableSchemaParams.Builder<T> toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<BeanTableSchemaParams.Builder<T>,BeanTableSchemaParams<T>>
-
builder
public static <T> BeanTableSchemaParams.Builder<T> builder(Class<T> beanClass)
-
-