@Generated(value="software.amazon.awssdk:codegen") public final class SsmControls extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SsmControls.Builder,SsmControls>
Amazon Web Services Systems Manager (SSM) specific remediation controls.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SsmControls.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SsmControls.Builder |
builder() |
Integer |
concurrentExecutionRatePercentage()
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that
specific rule.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
errorPercentage()
The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for
that specific rule.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SsmControls.Builder> |
serializableBuilderClass() |
SsmControls.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer concurrentExecutionRatePercentage()
The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule. You can specify a percentage, such as 10%. The default value is 10.
public final Integer errorPercentage()
The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule. You can specify a percentage of errors, for example 10%. If you do not specifiy a percentage, the default is 50%. For example, if you set the ErrorPercentage to 40% for 10 non-compliant resources, then SSM stops running the automations when the fifth error is received.
public SsmControls.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SsmControls.Builder,SsmControls>public static SsmControls.Builder builder()
public static Class<? extends SsmControls.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.