public static interface WaveAggregatedStatus.Builder extends SdkPojo, CopyableBuilder<WaveAggregatedStatus.Builder,WaveAggregatedStatus>
| Modifier and Type | Method and Description |
|---|---|
WaveAggregatedStatus.Builder |
healthStatus(String healthStatus)
Wave aggregated status health status.
|
WaveAggregatedStatus.Builder |
healthStatus(WaveHealthStatus healthStatus)
Wave aggregated status health status.
|
WaveAggregatedStatus.Builder |
lastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
|
WaveAggregatedStatus.Builder |
progressStatus(String progressStatus)
Wave aggregated status progress status.
|
WaveAggregatedStatus.Builder |
progressStatus(WaveProgressStatus progressStatus)
Wave aggregated status progress status.
|
WaveAggregatedStatus.Builder |
replicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
|
WaveAggregatedStatus.Builder |
totalApplications(Long totalApplications)
Wave aggregated status total applications amount.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWaveAggregatedStatus.Builder healthStatus(String healthStatus)
Wave aggregated status health status.
healthStatus - Wave aggregated status health status.WaveHealthStatus,
WaveHealthStatusWaveAggregatedStatus.Builder healthStatus(WaveHealthStatus healthStatus)
Wave aggregated status health status.
healthStatus - Wave aggregated status health status.WaveHealthStatus,
WaveHealthStatusWaveAggregatedStatus.Builder lastUpdateDateTime(String lastUpdateDateTime)
Wave aggregated status last update dateTime.
lastUpdateDateTime - Wave aggregated status last update dateTime.WaveAggregatedStatus.Builder progressStatus(String progressStatus)
Wave aggregated status progress status.
progressStatus - Wave aggregated status progress status.WaveProgressStatus,
WaveProgressStatusWaveAggregatedStatus.Builder progressStatus(WaveProgressStatus progressStatus)
Wave aggregated status progress status.
progressStatus - Wave aggregated status progress status.WaveProgressStatus,
WaveProgressStatusWaveAggregatedStatus.Builder replicationStartedDateTime(String replicationStartedDateTime)
DateTime marking when the first source server in the wave started replication.
replicationStartedDateTime - DateTime marking when the first source server in the wave started replication.WaveAggregatedStatus.Builder totalApplications(Long totalApplications)
Wave aggregated status total applications amount.
totalApplications - Wave aggregated status total applications amount.Copyright © 2023. All rights reserved.