Class PrivateLinkResourceProperties


  • public final class PrivateLinkResourceProperties
    extends Object
    The PrivateLinkResourceProperties model.
    • Constructor Detail

      • PrivateLinkResourceProperties

        public PrivateLinkResourceProperties()
    • Method Detail

      • groupId

        public String groupId()
        Get the groupId property: The groupId property.
        Returns:
        the groupId value.
      • withGroupId

        public PrivateLinkResourceProperties withGroupId​(String groupId)
        Set the groupId property: The groupId property.
        Parameters:
        groupId - the groupId value to set.
        Returns:
        the PrivateLinkResourceProperties object itself.
      • displayName

        public String displayName()
        Get the displayName property: The displayName property.
        Returns:
        the displayName value.
      • withDisplayName

        public PrivateLinkResourceProperties withDisplayName​(String displayName)
        Set the displayName property: The displayName property.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the PrivateLinkResourceProperties object itself.
      • requiredMembers

        public List<String> requiredMembers()
        Get the requiredMembers property: The requiredMembers property.
        Returns:
        the requiredMembers value.
      • withRequiredMembers

        public PrivateLinkResourceProperties withRequiredMembers​(List<String> requiredMembers)
        Set the requiredMembers property: The requiredMembers property.
        Parameters:
        requiredMembers - the requiredMembers value to set.
        Returns:
        the PrivateLinkResourceProperties object itself.
      • requiredZoneNames

        public List<String> requiredZoneNames()
        Get the requiredZoneNames property: The requiredZoneNames property.
        Returns:
        the requiredZoneNames value.
      • withRequiredZoneNames

        public PrivateLinkResourceProperties withRequiredZoneNames​(List<String> requiredZoneNames)
        Set the requiredZoneNames property: The requiredZoneNames property.
        Parameters:
        requiredZoneNames - the requiredZoneNames value to set.
        Returns:
        the PrivateLinkResourceProperties object itself.
      • validate

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