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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ImmutableTableSchemaParams.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, wait
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
immutableClass
-
lookup
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<ImmutableTableSchemaParams.Builder<T>,
ImmutableTableSchemaParams<T>> - Returns:
- a builder for type T
-
builder
-