public static interface Patch.Builder extends CopyableBuilder<Patch.Builder,Patch>
| Modifier and Type | Method and Description |
|---|---|
Patch.Builder |
classification(String classification)
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
Patch.Builder |
contentUrl(String contentUrl)
The URL where more information can be obtained about the patch.
|
Patch.Builder |
description(String description)
The description of the patch.
|
Patch.Builder |
id(String id)
The ID of the patch (this is different than the Microsoft Knowledge Base ID).
|
Patch.Builder |
kbNumber(String kbNumber)
The Microsoft Knowledge Base ID of the patch.
|
Patch.Builder |
language(String language)
The language of the patch if it's language-specific.
|
Patch.Builder |
msrcNumber(String msrcNumber)
The ID of the MSRC bulletin the patch is related to.
|
Patch.Builder |
msrcSeverity(String msrcSeverity)
The severity of the patch (for example Critical, Important, Moderate).
|
Patch.Builder |
product(String product)
The specific product the patch is applicable for (for example, WindowsServer2016).
|
Patch.Builder |
productFamily(String productFamily)
The product family the patch is applicable for (for example, Windows).
|
Patch.Builder |
releaseDate(Instant releaseDate)
The date the patch was released.
|
Patch.Builder |
title(String title)
The title of the patch.
|
Patch.Builder |
vendor(String vendor)
The name of the vendor providing the patch.
|
copyapply, buildPatch.Builder id(String id)
The ID of the patch (this is different than the Microsoft Knowledge Base ID).
id - The ID of the patch (this is different than the Microsoft Knowledge Base ID).Patch.Builder releaseDate(Instant releaseDate)
The date the patch was released.
releaseDate - The date the patch was released.Patch.Builder title(String title)
The title of the patch.
title - The title of the patch.Patch.Builder description(String description)
The description of the patch.
description - The description of the patch.Patch.Builder contentUrl(String contentUrl)
The URL where more information can be obtained about the patch.
contentUrl - The URL where more information can be obtained about the patch.Patch.Builder vendor(String vendor)
The name of the vendor providing the patch.
vendor - The name of the vendor providing the patch.Patch.Builder productFamily(String productFamily)
The product family the patch is applicable for (for example, Windows).
productFamily - The product family the patch is applicable for (for example, Windows).Patch.Builder product(String product)
The specific product the patch is applicable for (for example, WindowsServer2016).
product - The specific product the patch is applicable for (for example, WindowsServer2016).Patch.Builder classification(String classification)
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
classification - The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).Patch.Builder msrcSeverity(String msrcSeverity)
The severity of the patch (for example Critical, Important, Moderate).
msrcSeverity - The severity of the patch (for example Critical, Important, Moderate).Patch.Builder kbNumber(String kbNumber)
The Microsoft Knowledge Base ID of the patch.
kbNumber - The Microsoft Knowledge Base ID of the patch.Patch.Builder msrcNumber(String msrcNumber)
The ID of the MSRC bulletin the patch is related to.
msrcNumber - The ID of the MSRC bulletin the patch is related to.Patch.Builder language(String language)
The language of the patch if it's language-specific.
language - The language of the patch if it's language-specific.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.