Class AccessKeysInner

java.lang.Object
com.azure.resourcemanager.purview.fluent.models.AccessKeysInner

public final class AccessKeysInner extends Object
The Account access keys.
  • Constructor Details

    • AccessKeysInner

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

    • atlasKafkaPrimaryEndpoint

      public String atlasKafkaPrimaryEndpoint()
      Get the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
      Returns:
      the atlasKafkaPrimaryEndpoint value.
    • withAtlasKafkaPrimaryEndpoint

      public AccessKeysInner withAtlasKafkaPrimaryEndpoint(String atlasKafkaPrimaryEndpoint)
      Set the atlasKafkaPrimaryEndpoint property: Gets or sets the primary connection string.
      Parameters:
      atlasKafkaPrimaryEndpoint - the atlasKafkaPrimaryEndpoint value to set.
      Returns:
      the AccessKeysInner object itself.
    • atlasKafkaSecondaryEndpoint

      public String atlasKafkaSecondaryEndpoint()
      Get the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
      Returns:
      the atlasKafkaSecondaryEndpoint value.
    • withAtlasKafkaSecondaryEndpoint

      public AccessKeysInner withAtlasKafkaSecondaryEndpoint(String atlasKafkaSecondaryEndpoint)
      Set the atlasKafkaSecondaryEndpoint property: Gets or sets the secondary connection string.
      Parameters:
      atlasKafkaSecondaryEndpoint - the atlasKafkaSecondaryEndpoint value to set.
      Returns:
      the AccessKeysInner object itself.
    • validate

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