public static interface AwsSsmPatchComplianceDetails.Builder extends SdkPojo, CopyableBuilder<AwsSsmPatchComplianceDetails.Builder,AwsSsmPatchComplianceDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsSsmPatchComplianceDetails.Builder |
patch(AwsSsmPatch patch)
Information about the status of a patch.
|
default AwsSsmPatchComplianceDetails.Builder |
patch(Consumer<AwsSsmPatch.Builder> patch)
Information about the status of a patch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsSsmPatchComplianceDetails.Builder patch(AwsSsmPatch patch)
Information about the status of a patch.
patch - Information about the status of a patch.default AwsSsmPatchComplianceDetails.Builder patch(Consumer<AwsSsmPatch.Builder> patch)
Information about the status of a patch.
This is a convenience that creates an instance of theAwsSsmPatch.Builder avoiding the need to create
one manually via AwsSsmPatch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to patch(AwsSsmPatch).patch - a consumer that will call methods on AwsSsmPatch.Builderpatch(AwsSsmPatch)Copyright © 2021. All rights reserved.