Class HiveMetastoreProperties

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.fluent.models.HiveMetastoreProperties

public final class HiveMetastoreProperties extends Object
The HiveMetastore properties.
  • Constructor Details

    • HiveMetastoreProperties

      public HiveMetastoreProperties()
      Creates an instance of HiveMetastoreProperties class.
  • Method Details

    • serverUri

      public String serverUri()
      Get the serverUri property: The serverUri for the Hive MetaStore.
      Returns:
      the serverUri value.
    • databaseName

      public String databaseName()
      Get the databaseName property: The databaseName for the Hive MetaStore.
      Returns:
      the databaseName value.
    • runtimeVersion

      public String runtimeVersion()
      Get the runtimeVersion property: The runtimeVersion for the Hive MetaStore.
      Returns:
      the runtimeVersion value.
    • username

      public String username()
      Get the username property: The userName for the Hive MetaStore.
      Returns:
      the username value.
    • password

      public String password()
      Get the password property: The password for the Hive MetaStore.
      Returns:
      the password value.
    • nestedResourceProvisioningState

      public NestedResourceProvisioningState nestedResourceProvisioningState()
      Get the nestedResourceProvisioningState property: The current state of the NestedResource.
      Returns:
      the nestedResourceProvisioningState value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.