Class AddDataLakeStoreWithAccountParameters

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.AddDataLakeStoreWithAccountParameters

public final class AddDataLakeStoreWithAccountParameters extends Object
The parameters used to add a new Data Lake Store account while creating a new Data Lake Analytics account.
  • Constructor Details

    • AddDataLakeStoreWithAccountParameters

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

    • name

      public String name()
      Get the name property: The unique name of the Data Lake Store account to add.
      Returns:
      the name value.
    • withName

      Set the name property: The unique name of the Data Lake Store account to add.
      Parameters:
      name - the name value to set.
      Returns:
      the AddDataLakeStoreWithAccountParameters object itself.
    • suffix

      public String suffix()
      Get the suffix property: The optional suffix for the Data Lake Store account.
      Returns:
      the suffix value.
    • withSuffix

      public AddDataLakeStoreWithAccountParameters withSuffix(String suffix)
      Set the suffix property: The optional suffix for the Data Lake Store account.
      Parameters:
      suffix - the suffix value to set.
      Returns:
      the AddDataLakeStoreWithAccountParameters object itself.
    • validate

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