ServiceUpdate.Builder |
ServiceUpdate.Builder.autoUpdateAfterRecommendedApplyByDate(Boolean autoUpdateAfterRecommendedApplyByDate) |
Indicates whether the service update will be automatically applied once the recommended apply-by date has
expired.
|
static ServiceUpdate.Builder |
ServiceUpdate.builder() |
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.engine(String engine) |
The Elasticache engine to which the update applies.
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.engineVersion(String engineVersion) |
The Elasticache engine version to which the update applies.
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.estimatedUpdateTime(String estimatedUpdateTime) |
The estimated length of time the service update will take
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateDescription(String serviceUpdateDescription) |
Provides details of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateEndDate(Instant serviceUpdateEndDate) |
The date after which the service update is no longer available
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateName(String serviceUpdateName) |
The unique ID of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateRecommendedApplyByDate(Instant serviceUpdateRecommendedApplyByDate) |
The recommendend date to apply the service update in order to ensure compliance.
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateReleaseDate(Instant serviceUpdateReleaseDate) |
The date when the service update is initially available
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateSeverity(String serviceUpdateSeverity) |
The severity of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity) |
The severity of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateStatus(String serviceUpdateStatus) |
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus) |
The status of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateType(String serviceUpdateType) |
Reflects the nature of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.Builder.serviceUpdateType(ServiceUpdateType serviceUpdateType) |
Reflects the nature of the service update
|
ServiceUpdate.Builder |
ServiceUpdate.toBuilder() |
|