java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.datalakeanalytics.models.HiveMetastore

public final class HiveMetastore extends com.azure.core.management.SubResource
The HiveMetastore model.
  • Constructor Details

    • HiveMetastore

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

    • name

      public String name()
      Get the name property: The resource name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The resource type.
      Returns:
      the type value.
    • withId

      public HiveMetastore withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • 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.