Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchGroupPatchBaselineMapping.Builder
-
Packages that use PatchGroupPatchBaselineMapping.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchGroupPatchBaselineMapping.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchGroupPatchBaselineMapping.Builder Modifier and Type Method Description default PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping.Builder. baselineIdentity(Consumer<PatchBaselineIdentity.Builder> baselineIdentity)The patch baseline the patch group is registered with.PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping.Builder. baselineIdentity(PatchBaselineIdentity baselineIdentity)The patch baseline the patch group is registered with.static PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping. builder()PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping.Builder. patchGroup(String patchGroup)The name of the patch group registered with the patch baseline.PatchGroupPatchBaselineMapping.BuilderPatchGroupPatchBaselineMapping. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchGroupPatchBaselineMapping.Builder Modifier and Type Method Description static Class<? extends PatchGroupPatchBaselineMapping.Builder>PatchGroupPatchBaselineMapping. serializableBuilderClass()
-