Interface ApplicationAggregatedStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationAggregatedStatus.Builder,
,ApplicationAggregatedStatus> SdkBuilder<ApplicationAggregatedStatus.Builder,
,ApplicationAggregatedStatus> SdkPojo
- Enclosing class:
ApplicationAggregatedStatus
public static interface ApplicationAggregatedStatus.Builder
extends SdkPojo, CopyableBuilder<ApplicationAggregatedStatus.Builder,ApplicationAggregatedStatus>
-
Method Summary
Modifier and TypeMethodDescriptionhealthStatus
(String healthStatus) Application aggregated status health status.healthStatus
(ApplicationHealthStatus healthStatus) Application aggregated status health status.lastUpdateDateTime
(String lastUpdateDateTime) Application aggregated status last update dateTime.progressStatus
(String progressStatus) Application aggregated status progress status.progressStatus
(ApplicationProgressStatus progressStatus) Application aggregated status progress status.totalSourceServers
(Long totalSourceServers) Application aggregated status total source servers 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
Application aggregated status health status.
- Parameters:
healthStatus
- Application aggregated status health status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
healthStatus
Application aggregated status health status.
- Parameters:
healthStatus
- Application aggregated status health status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastUpdateDateTime
Application aggregated status last update dateTime.
- Parameters:
lastUpdateDateTime
- Application aggregated status last update dateTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
progressStatus
Application aggregated status progress status.
- Parameters:
progressStatus
- Application aggregated status progress status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
progressStatus
Application aggregated status progress status.
- Parameters:
progressStatus
- Application aggregated status progress status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
totalSourceServers
Application aggregated status total source servers amount.
- Parameters:
totalSourceServers
- Application aggregated status total source servers amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-