Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchBaselineIdentity.Builder
Packages that use PatchBaselineIdentity.Builder
-
Uses of PatchBaselineIdentity.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchBaselineIdentity.BuilderModifier and TypeMethodDescriptionPatchBaselineIdentity.Builder.baselineDescription(String baselineDescription) The description of the patch baseline.PatchBaselineIdentity.Builder.baselineId(String baselineId) The ID of the patch baseline.PatchBaselineIdentity.Builder.baselineName(String baselineName) The name of the patch baseline.PatchBaselineIdentity.builder()PatchBaselineIdentity.Builder.defaultBaseline(Boolean defaultBaseline) Indicates whether this is the default baseline.PatchBaselineIdentity.Builder.operatingSystem(String operatingSystem) Defines the operating system the patch baseline applies to.PatchBaselineIdentity.Builder.operatingSystem(OperatingSystem operatingSystem) Defines the operating system the patch baseline applies to.PatchBaselineIdentity.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchBaselineIdentity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchBaselineIdentity.Builder>PatchBaselineIdentity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchBaselineIdentity.BuilderModifier and TypeMethodDescriptionPatchGroupPatchBaselineMapping.Builder.baselineIdentity(Consumer<PatchBaselineIdentity.Builder> baselineIdentity) The patch baseline the patch group is registered with.