public static interface ApplicationAggregatedStatus.Builder extends SdkPojo, CopyableBuilder<ApplicationAggregatedStatus.Builder,ApplicationAggregatedStatus>
| Modifier and Type | Method and Description |
|---|---|
ApplicationAggregatedStatus.Builder |
healthStatus(ApplicationHealthStatus healthStatus)
Application aggregated status health status.
|
ApplicationAggregatedStatus.Builder |
healthStatus(String healthStatus)
Application aggregated status health status.
|
ApplicationAggregatedStatus.Builder |
lastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
|
ApplicationAggregatedStatus.Builder |
progressStatus(ApplicationProgressStatus progressStatus)
Application aggregated status progress status.
|
ApplicationAggregatedStatus.Builder |
progressStatus(String progressStatus)
Application aggregated status progress status.
|
ApplicationAggregatedStatus.Builder |
totalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationAggregatedStatus.Builder healthStatus(String healthStatus)
Application aggregated status health status.
healthStatus - Application aggregated status health status.ApplicationHealthStatus,
ApplicationHealthStatusApplicationAggregatedStatus.Builder healthStatus(ApplicationHealthStatus healthStatus)
Application aggregated status health status.
healthStatus - Application aggregated status health status.ApplicationHealthStatus,
ApplicationHealthStatusApplicationAggregatedStatus.Builder lastUpdateDateTime(String lastUpdateDateTime)
Application aggregated status last update dateTime.
lastUpdateDateTime - Application aggregated status last update dateTime.ApplicationAggregatedStatus.Builder progressStatus(String progressStatus)
Application aggregated status progress status.
progressStatus - Application aggregated status progress status.ApplicationProgressStatus,
ApplicationProgressStatusApplicationAggregatedStatus.Builder progressStatus(ApplicationProgressStatus progressStatus)
Application aggregated status progress status.
progressStatus - Application aggregated status progress status.ApplicationProgressStatus,
ApplicationProgressStatusApplicationAggregatedStatus.Builder totalSourceServers(Long totalSourceServers)
Application aggregated status total source servers amount.
totalSourceServers - Application aggregated status total source servers amount.Copyright © 2023. All rights reserved.