Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.mapper.ImmutableTableSchemaParams.Builder
Packages that use ImmutableTableSchemaParams.Builder
-
Uses of ImmutableTableSchemaParams.Builder in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return ImmutableTableSchemaParams.BuilderModifier and TypeMethodDescriptionstatic <T> ImmutableTableSchemaParams.Builder<T>ImmutableTableSchemaParams.Builder.immutableClass(Class<T> immutableClass) Set the class of the immutable item.ImmutableTableSchemaParams.Builder.lookup(MethodHandles.Lookup lookup) Set theMethodHandles.Lookupthat will be used for reflection and unreflection purposes on the provided item class, including security and access checking.ImmutableTableSchemaParams.toBuilder()