public static interface ServiceUpdate.Builder extends SdkPojo, CopyableBuilder<ServiceUpdate.Builder,ServiceUpdate>
| Modifier and Type | Method and Description |
|---|---|
ServiceUpdate.Builder |
autoUpdateAfterRecommendedApplyByDate(Boolean autoUpdateAfterRecommendedApplyByDate)
Indicates whether the service update will be automatically applied once the recommended apply-by date has
expired.
|
ServiceUpdate.Builder |
engine(String engine)
The Elasticache engine to which the update applies.
|
ServiceUpdate.Builder |
engineVersion(String engineVersion)
The Elasticache engine version to which the update applies.
|
ServiceUpdate.Builder |
estimatedUpdateTime(String estimatedUpdateTime)
The estimated length of time the service update will take
|
ServiceUpdate.Builder |
serviceUpdateDescription(String serviceUpdateDescription)
Provides details of the service update
|
ServiceUpdate.Builder |
serviceUpdateEndDate(Instant serviceUpdateEndDate)
The date after which the service update is no longer available
|
ServiceUpdate.Builder |
serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
|
ServiceUpdate.Builder |
serviceUpdateRecommendedApplyByDate(Instant serviceUpdateRecommendedApplyByDate)
The recommendend date to apply the service update in order to ensure compliance.
|
ServiceUpdate.Builder |
serviceUpdateReleaseDate(Instant serviceUpdateReleaseDate)
The date when the service update is initially available
|
ServiceUpdate.Builder |
serviceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity)
The severity of the service update
|
ServiceUpdate.Builder |
serviceUpdateSeverity(String serviceUpdateSeverity)
The severity of the service update
|
ServiceUpdate.Builder |
serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
|
ServiceUpdate.Builder |
serviceUpdateStatus(String serviceUpdateStatus)
The status of the service update
|
ServiceUpdate.Builder |
serviceUpdateType(ServiceUpdateType serviceUpdateType)
Reflects the nature of the service update
|
ServiceUpdate.Builder |
serviceUpdateType(String serviceUpdateType)
Reflects the nature of the service update
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceUpdate.Builder serviceUpdateName(String serviceUpdateName)
The unique ID of the service update
serviceUpdateName - The unique ID of the service updateServiceUpdate.Builder serviceUpdateReleaseDate(Instant serviceUpdateReleaseDate)
The date when the service update is initially available
serviceUpdateReleaseDate - The date when the service update is initially availableServiceUpdate.Builder serviceUpdateEndDate(Instant serviceUpdateEndDate)
The date after which the service update is no longer available
serviceUpdateEndDate - The date after which the service update is no longer availableServiceUpdate.Builder serviceUpdateSeverity(String serviceUpdateSeverity)
The severity of the service update
serviceUpdateSeverity - The severity of the service updateServiceUpdateSeverity,
ServiceUpdateSeverityServiceUpdate.Builder serviceUpdateSeverity(ServiceUpdateSeverity serviceUpdateSeverity)
The severity of the service update
serviceUpdateSeverity - The severity of the service updateServiceUpdateSeverity,
ServiceUpdateSeverityServiceUpdate.Builder serviceUpdateRecommendedApplyByDate(Instant serviceUpdateRecommendedApplyByDate)
The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.
serviceUpdateRecommendedApplyByDate - The recommendend date to apply the service update in order to ensure compliance. For information on
compliance, see Self-Service Security Updates for Compliance.ServiceUpdate.Builder serviceUpdateStatus(String serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateServiceUpdateStatus,
ServiceUpdateStatusServiceUpdate.Builder serviceUpdateStatus(ServiceUpdateStatus serviceUpdateStatus)
The status of the service update
serviceUpdateStatus - The status of the service updateServiceUpdateStatus,
ServiceUpdateStatusServiceUpdate.Builder serviceUpdateDescription(String serviceUpdateDescription)
Provides details of the service update
serviceUpdateDescription - Provides details of the service updateServiceUpdate.Builder serviceUpdateType(String serviceUpdateType)
Reflects the nature of the service update
serviceUpdateType - Reflects the nature of the service updateServiceUpdateType,
ServiceUpdateTypeServiceUpdate.Builder serviceUpdateType(ServiceUpdateType serviceUpdateType)
Reflects the nature of the service update
serviceUpdateType - Reflects the nature of the service updateServiceUpdateType,
ServiceUpdateTypeServiceUpdate.Builder engine(String engine)
The Elasticache engine to which the update applies. Either Redis or Memcached
engine - The Elasticache engine to which the update applies. Either Redis or MemcachedServiceUpdate.Builder engineVersion(String engineVersion)
The Elasticache engine version to which the update applies. Either Redis or Memcached engine version
engineVersion - The Elasticache engine version to which the update applies. Either Redis or Memcached engine versionServiceUpdate.Builder autoUpdateAfterRecommendedApplyByDate(Boolean autoUpdateAfterRecommendedApplyByDate)
Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.
autoUpdateAfterRecommendedApplyByDate - Indicates whether the service update will be automatically applied once the recommended apply-by date
has expired.ServiceUpdate.Builder estimatedUpdateTime(String estimatedUpdateTime)
The estimated length of time the service update will take
estimatedUpdateTime - The estimated length of time the service update will takeCopyright © 2023. All rights reserved.