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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WaveAggregatedStatus.BuilderhealthStatus(String healthStatus)Wave aggregated status health status.WaveAggregatedStatus.BuilderhealthStatus(WaveHealthStatus healthStatus)Wave aggregated status health status.WaveAggregatedStatus.BuilderlastUpdateDateTime(String lastUpdateDateTime)Wave aggregated status last update dateTime.WaveAggregatedStatus.BuilderprogressStatus(String progressStatus)Wave aggregated status progress status.WaveAggregatedStatus.BuilderprogressStatus(WaveProgressStatus progressStatus)Wave aggregated status progress status.WaveAggregatedStatus.BuilderreplicationStartedDateTime(String replicationStartedDateTime)DateTime marking when the first source server in the wave started replication.WaveAggregatedStatus.BuildertotalApplications(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 Detail
-
healthStatus
WaveAggregatedStatus.Builder healthStatus(String 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:
WaveHealthStatus,WaveHealthStatus
-
healthStatus
WaveAggregatedStatus.Builder healthStatus(WaveHealthStatus 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:
WaveHealthStatus,WaveHealthStatus
-
lastUpdateDateTime
WaveAggregatedStatus.Builder lastUpdateDateTime(String 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
WaveAggregatedStatus.Builder progressStatus(String 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:
WaveProgressStatus,WaveProgressStatus
-
progressStatus
WaveAggregatedStatus.Builder progressStatus(WaveProgressStatus 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:
WaveProgressStatus,WaveProgressStatus
-
replicationStartedDateTime
WaveAggregatedStatus.Builder replicationStartedDateTime(String 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
WaveAggregatedStatus.Builder totalApplications(Long 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.
-
-