Class ImmutableTableSchemaParams<T>
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableTableSchemaParams<T>
-
- Type Parameters:
T
- The type of the immutable item.
- All Implemented Interfaces:
ToCopyableBuilder<ImmutableTableSchemaParams.Builder<T>,ImmutableTableSchemaParams<T>>
@Immutable public final class ImmutableTableSchemaParams<T> extends Object implements ToCopyableBuilder<ImmutableTableSchemaParams.Builder<T>,ImmutableTableSchemaParams<T>>
Container object for the parameters used to construct aImmutableTableSchema
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ImmutableTableSchemaParams.Builder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> ImmutableTableSchemaParams.Builder<T>
builder(Class<T> beanClass)
Class<T>
immutableClass()
MethodHandles.Lookup
lookup()
ImmutableTableSchemaParams.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 ImmutableTableSchemaParams.Builder<T> toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImmutableTableSchemaParams.Builder<T>,ImmutableTableSchemaParams<T>>
-
builder
public static <T> ImmutableTableSchemaParams.Builder<T> builder(Class<T> beanClass)
-
-