Class PrivateEndpointConnectionsList

java.lang.Object
com.azure.resourcemanager.databricks.models.PrivateEndpointConnectionsList

public final class PrivateEndpointConnectionsList extends Object
List of private link connections.
  • Constructor Details

    • PrivateEndpointConnectionsList

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

    • value

      Get the value property: The list of returned private endpoint connection.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of returned private endpoint connection.
      Parameters:
      value - the value value to set.
      Returns:
      the PrivateEndpointConnectionsList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of endpoint connections.
      Returns:
      the nextLink value.
    • withNextLink

      public PrivateEndpointConnectionsList withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of endpoint connections.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PrivateEndpointConnectionsList object itself.
    • validate

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