Uses of Class
org.projectnessie.model.ImmutableIcebergTable
-
Packages that use ImmutableIcebergTable Package Description org.projectnessie.model -
-
Uses of ImmutableIcebergTable in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableIcebergTable Modifier and Type Method Description ImmutableIcebergTableImmutableIcebergTable.Builder. build()Builds a newImmutableIcebergTable.static ImmutableIcebergTableImmutableIcebergTable. copyOf(IcebergTable instance)Creates an immutable copy of aIcebergTablevalue.ImmutableIcebergTableImmutableIcebergTable. withId(String value)Copy the current immutable object by setting a value for theidattribute.ImmutableIcebergTableImmutableIcebergTable. withMetadataLocation(String value)Copy the current immutable object by setting a value for themetadataLocationattribute.
-