Uses of Interface
software.amazon.awssdk.services.ssm.model.Patch.Builder
Packages that use Patch.Builder
-
Uses of Patch.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Patch.BuilderModifier and TypeMethodDescriptionPatch.Builder.advisoryIds(String... advisoryIds) The Advisory ID of the patch.Patch.Builder.advisoryIds(Collection<String> advisoryIds) The Advisory ID of the patch.The architecture of the patch.Patch.Builder.bugzillaIds(String... bugzillaIds) The Bugzilla ID of the patch.Patch.Builder.bugzillaIds(Collection<String> bugzillaIds) The Bugzilla ID of the patch.static Patch.BuilderPatch.builder()Patch.Builder.classification(String classification) The classification of the patch.Patch.Builder.contentUrl(String contentUrl) The URL where more information can be obtained about the patch.The Common Vulnerabilities and Exposures (CVE) ID of the patch.Patch.Builder.cveIds(Collection<String> cveIds) The Common Vulnerabilities and Exposures (CVE) ID of the patch.Patch.Builder.description(String description) The description of the patch.The epoch of the patch.The ID of the patch.The Microsoft Knowledge Base ID of the patch.The language of the patch if it's language-specific.Patch.Builder.msrcNumber(String msrcNumber) The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to.Patch.Builder.msrcSeverity(String msrcSeverity) The severity of the patch, such asCritical,Important, orModerate.The name of the patch.The specific product the patch is applicable for.Patch.Builder.productFamily(String productFamily) The product family the patch is applicable for.The particular release of a patch.Patch.Builder.releaseDate(Instant releaseDate) The date the patch was released.Patch.Builder.repository(String repository) The source patch repository for the operating system and version, such astrusty-securityfor Ubuntu Server 14.04 LTE andfocal-securityfor Ubuntu Server 20.04 LTE.The severity level of the patch.The title of the patch.Patch.toBuilder()The name of the vendor providing the patch.The version number of the patch.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Patch.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Patch.Builder>Patch.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Patch.BuilderModifier and TypeMethodDescriptiondefault EffectivePatch.BuilderEffectivePatch.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.