Package odata.msgraph.client.beta.entity
Class MicrosoftTunnelHealthThreshold.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MicrosoftTunnelHealthThreshold.Builder
-
- Enclosing class:
- MicrosoftTunnelHealthThreshold
public static final class MicrosoftTunnelHealthThreshold.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftTunnelHealthThresholdbuild()MicrosoftTunnelHealthThreshold.BuilderdefaultHealthyThreshold(Long defaultHealthyThreshold)“The default threshold for being healthy”MicrosoftTunnelHealthThreshold.BuilderdefaultUnhealthyThreshold(Long defaultUnhealthyThreshold)“The default threshold for being unhealthy”MicrosoftTunnelHealthThreshold.BuilderhealthyThreshold(Long healthyThreshold)“The threshold for being healthy”MicrosoftTunnelHealthThreshold.Builderid(String id)MicrosoftTunnelHealthThreshold.BuilderunhealthyThreshold(Long unhealthyThreshold)“The threshold for being unhealthy”
-
-
-
Method Detail
-
id
public MicrosoftTunnelHealthThreshold.Builder id(String id)
-
defaultHealthyThreshold
public MicrosoftTunnelHealthThreshold.Builder defaultHealthyThreshold(Long defaultHealthyThreshold)
“The default threshold for being healthy”- Parameters:
defaultHealthyThreshold- value ofdefaultHealthyThresholdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
defaultUnhealthyThreshold
public MicrosoftTunnelHealthThreshold.Builder defaultUnhealthyThreshold(Long defaultUnhealthyThreshold)
“The default threshold for being unhealthy”- Parameters:
defaultUnhealthyThreshold- value ofdefaultUnhealthyThresholdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
healthyThreshold
public MicrosoftTunnelHealthThreshold.Builder healthyThreshold(Long healthyThreshold)
“The threshold for being healthy”- Parameters:
healthyThreshold- value ofhealthyThresholdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
unhealthyThreshold
public MicrosoftTunnelHealthThreshold.Builder unhealthyThreshold(Long unhealthyThreshold)
“The threshold for being unhealthy”- Parameters:
unhealthyThreshold- value ofunhealthyThresholdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MicrosoftTunnelHealthThreshold build()
-
-