Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchSource.Builder
Packages that use PatchSource.Builder
-
Uses of PatchSource.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchSource.BuilderModifier and TypeMethodDescriptionstatic PatchSource.BuilderPatchSource.builder()PatchSource.Builder.configuration(String configuration) The value of the repo configuration.The name specified to identify the patch source.The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".PatchSource.Builder.products(Collection<String> products) The specific operating system versions a patch repository applies to, such as "Ubuntu16.04", "AmazonLinux2016.09", "RedhatEnterpriseLinux7.2" or "Suse12.7".PatchSource.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchSource.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchSource.Builder>PatchSource.serializableBuilderClass()