Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchStatus.Builder
-
Packages that use PatchStatus.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchStatus.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchStatus.Builder Modifier and Type Method Description PatchStatus.BuilderPatchStatus.Builder. approvalDate(Instant approvalDate)The date the patch was approved (or will be approved if the status isPENDING_APPROVAL).static PatchStatus.BuilderPatchStatus. builder()PatchStatus.BuilderPatchStatus.Builder. complianceLevel(String complianceLevel)The compliance severity level for a patch.PatchStatus.BuilderPatchStatus.Builder. complianceLevel(PatchComplianceLevel complianceLevel)The compliance severity level for a patch.PatchStatus.BuilderPatchStatus.Builder. deploymentStatus(String deploymentStatus)The approval status of a patch.PatchStatus.BuilderPatchStatus.Builder. deploymentStatus(PatchDeploymentStatus deploymentStatus)The approval status of a patch.PatchStatus.BuilderPatchStatus. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchStatus.Builder Modifier and Type Method Description static Class<? extends PatchStatus.Builder>PatchStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchStatus.Builder Modifier and Type Method Description default EffectivePatch.BuilderEffectivePatch.Builder. patchStatus(Consumer<PatchStatus.Builder> patchStatus)The status of the patch in a patch baseline.
-