@Generated(value="software.amazon.awssdk:codegen") public class PatchRule extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchRule.Builder,PatchRule>
Defines an approval rule for a patch baseline.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatchRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
approveAfterDays()
The number of days after the release date of each patch matched by the rule the patch is marked as approved in
the patch baseline.
|
static PatchRule.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
PatchFilterGroup |
patchFilterGroup()
The patch filter group that defines the criteria for the rule.
|
static Class<? extends PatchRule.Builder> |
serializableBuilderClass() |
PatchRule.Builder |
toBuilder() |
String |
toString() |
public PatchFilterGroup patchFilterGroup()
The patch filter group that defines the criteria for the rule.
public Integer approveAfterDays()
The number of days after the release date of each patch matched by the rule the patch is marked as approved in the patch baseline.
public PatchRule.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PatchRule.Builder,PatchRule>public static PatchRule.Builder builder()
public static Class<? extends PatchRule.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.