Class PrivateLinkResourceProperties
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.PrivateLinkResourceProperties
-
public final class PrivateLinkResourceProperties extends Object
The PrivateLinkResourceProperties model.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayName()Get the displayName property: The displayName property.StringgroupId()Get the groupId property: The groupId property.List<String>requiredMembers()Get the requiredMembers property: The requiredMembers property.List<String>requiredZoneNames()Get the requiredZoneNames property: The requiredZoneNames property.voidvalidate()Validates the instance.PrivateLinkResourcePropertieswithDisplayName(String displayName)Set the displayName property: The displayName property.PrivateLinkResourcePropertieswithGroupId(String groupId)Set the groupId property: The groupId property.PrivateLinkResourcePropertieswithRequiredMembers(List<String> requiredMembers)Set the requiredMembers property: The requiredMembers property.PrivateLinkResourcePropertieswithRequiredZoneNames(List<String> requiredZoneNames)Set the requiredZoneNames property: The requiredZoneNames property.
-
-
-
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.
-
-