Package odata.msgraph.client.beta.entity
Class MicrosoftTunnelServer.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MicrosoftTunnelServer.Builder
-
- Enclosing class:
- MicrosoftTunnelServer
public static final class MicrosoftTunnelServer.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MicrosoftTunnelServer.BuilderagentImageDigest(String agentImageDigest)“The digest of the current agent image running on this server”MicrosoftTunnelServerbuild()MicrosoftTunnelServer.BuilderdisplayName(String displayName)“The MicrosoftTunnelServer's display name”MicrosoftTunnelServer.Builderid(String id)MicrosoftTunnelServer.BuilderlastCheckinDateTime(OffsetDateTime lastCheckinDateTime)“When the MicrosoftTunnelServer last checked in”MicrosoftTunnelServer.BuilderserverImageDigest(String serverImageDigest)“The digest of the current server image running on this server”MicrosoftTunnelServer.BuildertunnelServerHealthStatus(MicrosoftTunnelServerHealthStatus tunnelServerHealthStatus)“The MicrosoftTunnelServer's health status”
-
-
-
Method Detail
-
id
public MicrosoftTunnelServer.Builder id(String id)
-
agentImageDigest
public MicrosoftTunnelServer.Builder agentImageDigest(String agentImageDigest)
“The digest of the current agent image running on this server”- Parameters:
agentImageDigest- value ofagentImageDigestproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public MicrosoftTunnelServer.Builder displayName(String displayName)
“The MicrosoftTunnelServer's display name”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
lastCheckinDateTime
public MicrosoftTunnelServer.Builder lastCheckinDateTime(OffsetDateTime lastCheckinDateTime)
“When the MicrosoftTunnelServer last checked in”- Parameters:
lastCheckinDateTime- value oflastCheckinDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
serverImageDigest
public MicrosoftTunnelServer.Builder serverImageDigest(String serverImageDigest)
“The digest of the current server image running on this server”- Parameters:
serverImageDigest- value ofserverImageDigestproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
tunnelServerHealthStatus
public MicrosoftTunnelServer.Builder tunnelServerHealthStatus(MicrosoftTunnelServerHealthStatus tunnelServerHealthStatus)
“The MicrosoftTunnelServer's health status”- Parameters:
tunnelServerHealthStatus- value oftunnelServerHealthStatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MicrosoftTunnelServer build()
-
-