static MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.builderMicrosoftTunnelServerLogCollectionResponse() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.endDateTime(OffsetDateTime endDateTime) |
“The end time of the logs collected”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.expiryDateTime(OffsetDateTime expiryDateTime) |
“The time when the log collection is expired”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.id(String id) |
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.requestDateTime(OffsetDateTime requestDateTime) |
“The time when the log collection was requested”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.serverId(String serverId) |
“ID of the server the log collection is requested upon”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.sizeInBytes(Long sizeInBytes) |
“The size of the logs in bytes”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.startDateTime(OffsetDateTime startDateTime) |
“The start time of the logs collected”
|
MicrosoftTunnelServerLogCollectionResponse.Builder |
MicrosoftTunnelServerLogCollectionResponse.Builder.status(MicrosoftTunnelLogCollectionStatus status) |
“The status of log collection”
|