Class CreateDataLakeStoreAccountParameters

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

public class CreateDataLakeStoreAccountParameters extends Object
The CreateDataLakeStoreAccountParameters model.
  • Constructor Details

    • CreateDataLakeStoreAccountParameters

      public CreateDataLakeStoreAccountParameters()
  • Method Details

    • location

      public String location()
      Get the location value.
      Returns:
      the location value
    • withLocation

      public CreateDataLakeStoreAccountParameters withLocation(String location)
      Set the location value.
      Parameters:
      location - the location value to set
      Returns:
      the CreateDataLakeStoreAccountParameters object itself.
    • 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 CreateDataLakeStoreAccountParameters object itself.
    • identity

      public EncryptionIdentity identity()
      Get the identity value.
      Returns:
      the identity value
    • withIdentity

      Set the identity value.
      Parameters:
      identity - the identity value to set
      Returns:
      the CreateDataLakeStoreAccountParameters object itself.
    • defaultGroup

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

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

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

      public CreateDataLakeStoreAccountParameters withEncryptionConfig(EncryptionConfig encryptionConfig)
      Set the encryptionConfig value.
      Parameters:
      encryptionConfig - the encryptionConfig value to set
      Returns:
      the CreateDataLakeStoreAccountParameters object itself.
    • encryptionState

      public EncryptionState encryptionState()
      Get the encryptionState value.
      Returns:
      the encryptionState value
    • withEncryptionState

      public CreateDataLakeStoreAccountParameters withEncryptionState(EncryptionState encryptionState)
      Set the encryptionState value.
      Parameters:
      encryptionState - the encryptionState value to set
      Returns:
      the CreateDataLakeStoreAccountParameters 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 CreateDataLakeStoreAccountParameters object itself.
    • firewallState

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

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

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

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

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

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

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

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

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

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