Interface WaveAggregatedStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WaveAggregatedStatus.Builder,
,WaveAggregatedStatus> SdkBuilder<WaveAggregatedStatus.Builder,
,WaveAggregatedStatus> SdkPojo
- Enclosing class:
WaveAggregatedStatus
public static interface WaveAggregatedStatus.Builder
extends SdkPojo, CopyableBuilder<WaveAggregatedStatus.Builder,WaveAggregatedStatus>
-
Method Summary
Modifier and TypeMethodDescriptionhealthStatus
(String healthStatus) Wave aggregated status health status.healthStatus
(WaveHealthStatus healthStatus) Wave aggregated status health status.lastUpdateDateTime
(String lastUpdateDateTime) Wave aggregated status last update dateTime.progressStatus
(String progressStatus) Wave aggregated status progress status.progressStatus
(WaveProgressStatus progressStatus) Wave aggregated status progress status.replicationStartedDateTime
(String replicationStartedDateTime) DateTime marking when the first source server in the wave started replication.totalApplications
(Long totalApplications) Wave aggregated status total applications amount.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
healthStatus
Wave aggregated status health status.
- Parameters:
healthStatus
- Wave aggregated status health status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
healthStatus
Wave aggregated status health status.
- Parameters:
healthStatus
- Wave aggregated status health status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdateDateTime
Wave aggregated status last update dateTime.
- Parameters:
lastUpdateDateTime
- Wave aggregated status last update dateTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressStatus
Wave aggregated status progress status.
- Parameters:
progressStatus
- Wave aggregated status progress status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
progressStatus
Wave aggregated status progress status.
- Parameters:
progressStatus
- Wave aggregated status progress status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
replicationStartedDateTime
DateTime marking when the first source server in the wave started replication.
- Parameters:
replicationStartedDateTime
- DateTime marking when the first source server in the wave started replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalApplications
Wave aggregated status total applications amount.
- Parameters:
totalApplications
- Wave aggregated status total applications amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-