public static interface LogsStatus.Builder extends SdkPojo, CopyableBuilder<LogsStatus.Builder,LogsStatus>
| Modifier and Type | Method and Description |
|---|---|
LogsStatus.Builder |
healthStatus(SourceStatus healthStatus)
Health status of services including error codes and patterns.
|
LogsStatus.Builder |
healthStatus(String healthStatus)
Health status of services including error codes and patterns.
|
LogsStatus.Builder |
pathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogsStatus.Builder healthStatus(String healthStatus)
Health status of services including error codes and patterns.
healthStatus - Health status of services including error codes and patterns.SourceStatus,
SourceStatusLogsStatus.Builder healthStatus(SourceStatus healthStatus)
Health status of services including error codes and patterns.
healthStatus - Health status of services including error codes and patterns.SourceStatus,
SourceStatusLogsStatus.Builder pathToLogs(String pathToLogs)
Defines path the stored logs are available which has information on your systems, applications, and services.
pathToLogs - Defines path the stored logs are available which has information on your systems, applications, and
services.Copyright © 2022. All rights reserved.