Uses of Class
org.projectnessie.model.ImmutableHiveDatabase
-
Packages that use ImmutableHiveDatabase Package Description org.projectnessie.model -
-
Uses of ImmutableHiveDatabase in org.projectnessie.model
Methods in org.projectnessie.model that return ImmutableHiveDatabase Modifier and Type Method Description ImmutableHiveDatabaseImmutableHiveDatabase.Builder. build()Builds a newImmutableHiveDatabase.static ImmutableHiveDatabaseImmutableHiveDatabase. copyOf(HiveDatabase instance)Creates an immutable copy of aHiveDatabasevalue.ImmutableHiveDatabaseImmutableHiveDatabase. withDatabaseDefinition(@javax.validation.constraints.Size(min=1) byte... elements)Copy the current immutable object with elements that replace the content ofdatabaseDefinition.ImmutableHiveDatabaseImmutableHiveDatabase. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-