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 a ImmutableTableSchema.
See Also: