Class PrivateLinkServiceConnectionState

java.lang.Object
com.azure.resourcemanager.purview.models.PrivateLinkServiceConnectionState

public final class PrivateLinkServiceConnectionState extends Object
The private link service connection state.
  • Constructor Details

    • PrivateLinkServiceConnectionState

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

    • actionsRequired

      public String actionsRequired()
      Get the actionsRequired property: The required actions.
      Returns:
      the actionsRequired value.
    • withActionsRequired

      public PrivateLinkServiceConnectionState withActionsRequired(String actionsRequired)
      Set the actionsRequired property: The required actions.
      Parameters:
      actionsRequired - the actionsRequired value to set.
      Returns:
      the PrivateLinkServiceConnectionState object itself.
    • description

      public String description()
      Get the description property: The description.
      Returns:
      the description value.
    • withDescription

      public PrivateLinkServiceConnectionState withDescription(String description)
      Set the description property: The description.
      Parameters:
      description - the description value to set.
      Returns:
      the PrivateLinkServiceConnectionState object itself.
    • status

      public Status status()
      Get the status property: The status.
      Returns:
      the status value.
    • withStatus

      public PrivateLinkServiceConnectionState withStatus(Status status)
      Set the status property: The status.
      Parameters:
      status - the status value to set.
      Returns:
      the PrivateLinkServiceConnectionState object itself.
    • validate

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