Package odata.msgraph.client.beta.entity
Class MicrosoftTunnelServerLogCollectionResponse.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MicrosoftTunnelServerLogCollectionResponse.Builder
-
- Enclosing class:
- MicrosoftTunnelServerLogCollectionResponse
public static final class MicrosoftTunnelServerLogCollectionResponse.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public MicrosoftTunnelServerLogCollectionResponse.Builder id(String id)
-
endDateTime
public MicrosoftTunnelServerLogCollectionResponse.Builder endDateTime(OffsetDateTime endDateTime)
“The end time of the logs collected”- Parameters:
endDateTime- value ofendDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
expiryDateTime
public MicrosoftTunnelServerLogCollectionResponse.Builder expiryDateTime(OffsetDateTime expiryDateTime)
“The time when the log collection is expired”- Parameters:
expiryDateTime- value ofexpiryDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
requestDateTime
public MicrosoftTunnelServerLogCollectionResponse.Builder requestDateTime(OffsetDateTime requestDateTime)
“The time when the log collection was requested”- Parameters:
requestDateTime- value ofrequestDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
serverId
public MicrosoftTunnelServerLogCollectionResponse.Builder serverId(String serverId)
“ID of the server the log collection is requested upon”- Parameters:
serverId- value ofserverIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
sizeInBytes
public MicrosoftTunnelServerLogCollectionResponse.Builder sizeInBytes(Long sizeInBytes)
“The size of the logs in bytes”- Parameters:
sizeInBytes- value ofsizeInBytesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
startDateTime
public MicrosoftTunnelServerLogCollectionResponse.Builder startDateTime(OffsetDateTime startDateTime)
“The start time of the logs collected”- Parameters:
startDateTime- value ofstartDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public MicrosoftTunnelServerLogCollectionResponse.Builder status(MicrosoftTunnelLogCollectionStatus status)
“The status of log collection”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MicrosoftTunnelServerLogCollectionResponse build()
-
-