Class UpdateDataLakeStoreAccountParameters

java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateDataLakeStoreAccountParameters

public class UpdateDataLakeStoreAccountParameters extends Object
Data Lake Store account information to update.
  • Constructor Details

    • UpdateDataLakeStoreAccountParameters

      public UpdateDataLakeStoreAccountParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags value.
      Returns:
      the tags value
    • withTags

      Set the tags value.
      Parameters:
      tags - the tags value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • defaultGroup

      public String defaultGroup()
      Get the defaultGroup value.
      Returns:
      the defaultGroup value
    • withDefaultGroup

      public UpdateDataLakeStoreAccountParameters withDefaultGroup(String defaultGroup)
      Set the defaultGroup value.
      Parameters:
      defaultGroup - the defaultGroup value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • encryptionConfig

      public UpdateEncryptionConfig encryptionConfig()
      Get the encryptionConfig value.
      Returns:
      the encryptionConfig value
    • withEncryptionConfig

      public UpdateDataLakeStoreAccountParameters withEncryptionConfig(UpdateEncryptionConfig encryptionConfig)
      Set the encryptionConfig value.
      Parameters:
      encryptionConfig - the encryptionConfig value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • firewallRules

      Get the firewallRules value.
      Returns:
      the firewallRules value
    • withFirewallRules

      Set the firewallRules value.
      Parameters:
      firewallRules - the firewallRules value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • firewallState

      public FirewallState firewallState()
      Get the firewallState value.
      Returns:
      the firewallState value
    • withFirewallState

      public UpdateDataLakeStoreAccountParameters withFirewallState(FirewallState firewallState)
      Set the firewallState value.
      Parameters:
      firewallState - the firewallState value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • firewallAllowAzureIps

      public FirewallAllowAzureIpsState firewallAllowAzureIps()
      Get the firewallAllowAzureIps value.
      Returns:
      the firewallAllowAzureIps value
    • withFirewallAllowAzureIps

      public UpdateDataLakeStoreAccountParameters withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
      Set the firewallAllowAzureIps value.
      Parameters:
      firewallAllowAzureIps - the firewallAllowAzureIps value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • trustedIdProviders

      public List<UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders()
      Get the trustedIdProviders value.
      Returns:
      the trustedIdProviders value
    • withTrustedIdProviders

      public UpdateDataLakeStoreAccountParameters withTrustedIdProviders(List<UpdateTrustedIdProviderWithAccountParameters> trustedIdProviders)
      Set the trustedIdProviders value.
      Parameters:
      trustedIdProviders - the trustedIdProviders value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • trustedIdProviderState

      public TrustedIdProviderState trustedIdProviderState()
      Get the trustedIdProviderState value.
      Returns:
      the trustedIdProviderState value
    • withTrustedIdProviderState

      public UpdateDataLakeStoreAccountParameters withTrustedIdProviderState(TrustedIdProviderState trustedIdProviderState)
      Set the trustedIdProviderState value.
      Parameters:
      trustedIdProviderState - the trustedIdProviderState value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.
    • newTier

      public TierType newTier()
      Get the newTier value.
      Returns:
      the newTier value
    • withNewTier

      public UpdateDataLakeStoreAccountParameters withNewTier(TierType newTier)
      Set the newTier value.
      Parameters:
      newTier - the newTier value to set
      Returns:
      the UpdateDataLakeStoreAccountParameters object itself.