Class PrivateLinkServiceConnectionState


  • public final class PrivateLinkServiceConnectionState
    extends Object
    Private Link Service Connection State.
    • Constructor Detail

      • PrivateLinkServiceConnectionState

        public PrivateLinkServiceConnectionState()
    • Method Detail

      • description

        public String description()
        Get the description property: Gets or sets description.
        Returns:
        the description value.
      • withDescription

        public PrivateLinkServiceConnectionState withDescription​(String description)
        Set the description property: Gets or sets description.
        Parameters:
        description - the description value to set.
        Returns:
        the PrivateLinkServiceConnectionState object itself.
      • actionRequired

        public String actionRequired()
        Get the actionRequired property: Gets or sets actions required.
        Returns:
        the actionRequired value.
      • withActionRequired

        public PrivateLinkServiceConnectionState withActionRequired​(String actionRequired)
        Set the actionRequired property: Gets or sets actions required.
        Parameters:
        actionRequired - the actionRequired value to set.
        Returns:
        the PrivateLinkServiceConnectionState object itself.
      • validate

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