pub struct Builder { /* private fields */ }Expand description
A builder for AwsSsmPatchComplianceDetails.
Implementations§
source§impl Builder
impl Builder
sourcepub fn patch(self, input: AwsSsmPatch) -> Self
pub fn patch(self, input: AwsSsmPatch) -> Self
Information about the status of a patch.
sourcepub fn set_patch(self, input: Option<AwsSsmPatch>) -> Self
pub fn set_patch(self, input: Option<AwsSsmPatch>) -> Self
Information about the status of a patch.
sourcepub fn build(self) -> AwsSsmPatchComplianceDetails
pub fn build(self) -> AwsSsmPatchComplianceDetails
Consumes the builder and constructs a AwsSsmPatchComplianceDetails.