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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationAggregatedStatus.BuilderhealthStatus(String healthStatus)Application aggregated status health status.ApplicationAggregatedStatus.BuilderhealthStatus(ApplicationHealthStatus healthStatus)Application aggregated status health status.ApplicationAggregatedStatus.BuilderlastUpdateDateTime(String lastUpdateDateTime)Application aggregated status last update dateTime.ApplicationAggregatedStatus.BuilderprogressStatus(String progressStatus)Application aggregated status progress status.ApplicationAggregatedStatus.BuilderprogressStatus(ApplicationProgressStatus progressStatus)Application aggregated status progress status.ApplicationAggregatedStatus.BuildertotalSourceServers(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 Detail
-
healthStatus
ApplicationAggregatedStatus.Builder healthStatus(String 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:
ApplicationHealthStatus,ApplicationHealthStatus
-
healthStatus
ApplicationAggregatedStatus.Builder healthStatus(ApplicationHealthStatus 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:
ApplicationHealthStatus,ApplicationHealthStatus
-
lastUpdateDateTime
ApplicationAggregatedStatus.Builder lastUpdateDateTime(String 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
ApplicationAggregatedStatus.Builder progressStatus(String 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:
ApplicationProgressStatus,ApplicationProgressStatus
-
progressStatus
ApplicationAggregatedStatus.Builder progressStatus(ApplicationProgressStatus 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:
ApplicationProgressStatus,ApplicationProgressStatus
-
totalSourceServers
ApplicationAggregatedStatus.Builder totalSourceServers(Long 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.
-
-