| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchRuleGroup.Builder |
PatchRuleGroup.builder() |
PatchRuleGroup.Builder |
PatchRuleGroup.Builder.patchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
|
PatchRuleGroup.Builder |
PatchRuleGroup.Builder.patchRules(Consumer<PatchRule.Builder>... patchRules)
The rules that make up the rule group.
|
PatchRuleGroup.Builder |
PatchRuleGroup.Builder.patchRules(PatchRule... patchRules)
The rules that make up the rule group.
|
PatchRuleGroup.Builder |
PatchRuleGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchRuleGroup.Builder> |
PatchRuleGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePatchBaselineRequest.Builder |
CreatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
default UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
default GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
default UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
default BaselineOverride.Builder |
BaselineOverride.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
Sets the value of the ApprovalRules property for this object.
|
Copyright © 2021. All rights reserved.