Class PrivateLinkConnectionState
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.PrivateLinkConnectionState
-
public final class PrivateLinkConnectionState extends Object
The state of a private link connection.
-
-
Constructor Summary
Constructors Constructor Description PrivateLinkConnectionState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
actionsRequired()
Get the actionsRequired property: ActionsRequired for a private link connection.String
description()
Get the description property: Description of a private link connection.String
status()
Get the status property: Status of a private link connection.void
validate()
Validates the instance.PrivateLinkConnectionState
withActionsRequired(String actionsRequired)
Set the actionsRequired property: ActionsRequired for a private link connection.PrivateLinkConnectionState
withDescription(String description)
Set the description property: Description of a private link connection.PrivateLinkConnectionState
withStatus(String status)
Set the status property: Status of a private link connection.
-
-
-
Method Detail
-
status
public String status()
Get the status property: Status of a private link connection.- Returns:
- the status value.
-
withStatus
public PrivateLinkConnectionState withStatus(String status)
Set the status property: Status of a private link connection.- Parameters:
status
- the status value to set.- Returns:
- the PrivateLinkConnectionState object itself.
-
description
public String description()
Get the description property: Description of a private link connection.- Returns:
- the description value.
-
withDescription
public PrivateLinkConnectionState withDescription(String description)
Set the description property: Description of a private link connection.- Parameters:
description
- the description value to set.- Returns:
- the PrivateLinkConnectionState object itself.
-
actionsRequired
public String actionsRequired()
Get the actionsRequired property: ActionsRequired for a private link connection.- Returns:
- the actionsRequired value.
-
withActionsRequired
public PrivateLinkConnectionState withActionsRequired(String actionsRequired)
Set the actionsRequired property: ActionsRequired for a private link connection.- Parameters:
actionsRequired
- the actionsRequired value to set.- Returns:
- the PrivateLinkConnectionState object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-