| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static Patch.Builder |
Patch.builder() |
Patch.Builder |
Patch.Builder.classification(String classification)
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
Patch.Builder |
Patch.Builder.contentUrl(String contentUrl)
The URL where more information can be obtained about the patch.
|
Patch.Builder |
Patch.Builder.description(String description)
The description of the patch.
|
Patch.Builder |
Patch.Builder.id(String id)
The ID of the patch (this is different than the Microsoft Knowledge Base ID).
|
Patch.Builder |
Patch.Builder.kbNumber(String kbNumber)
The Microsoft Knowledge Base ID of the patch.
|
Patch.Builder |
Patch.Builder.language(String language)
The language of the patch if it's language-specific.
|
Patch.Builder |
Patch.Builder.msrcNumber(String msrcNumber)
The ID of the MSRC bulletin the patch is related to.
|
Patch.Builder |
Patch.Builder.msrcSeverity(String msrcSeverity)
The severity of the patch (for example Critical, Important, Moderate).
|
Patch.Builder |
Patch.Builder.product(String product)
The specific product the patch is applicable for (for example, WindowsServer2016).
|
Patch.Builder |
Patch.Builder.productFamily(String productFamily)
The product family the patch is applicable for (for example, Windows).
|
Patch.Builder |
Patch.Builder.releaseDate(Instant releaseDate)
The date the patch was released.
|
Patch.Builder |
Patch.Builder.title(String title)
The title of the patch.
|
Patch.Builder |
Patch.toBuilder() |
Patch.Builder |
Patch.Builder.vendor(String vendor)
The name of the vendor providing the patch.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Patch.Builder> |
Patch.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EffectivePatch.Builder |
EffectivePatch.Builder.patch(Consumer<Patch.Builder> patch)
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL
for where more information can be obtained about the patch.
|
Copyright © 2017. All rights reserved.