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>>
@SdkPublicApi
@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, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
immutableClass
-
lookup
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ImmutableTableSchemaParams.Builder<T>,ImmutableTableSchemaParams<T>> - Returns:
- a builder for type T
-
builder
-