Uses of Interface
software.amazon.awssdk.services.config.model.SsmControls.Builder
-
Packages that use SsmControls.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of SsmControls.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return SsmControls.Builder Modifier and Type Method Description static SsmControls.BuilderSsmControls. builder()SsmControls.BuilderSsmControls.Builder. concurrentExecutionRatePercentage(Integer concurrentExecutionRatePercentage)The maximum percentage of remediation actions allowed to run in parallel on the non-compliant resources for that specific rule.SsmControls.BuilderSsmControls.Builder. errorPercentage(Integer errorPercentage)The percentage of errors that are allowed before SSM stops running automations on non-compliant resources for that specific rule.SsmControls.BuilderSsmControls. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type SsmControls.Builder Modifier and Type Method Description static Class<? extends SsmControls.Builder>SsmControls. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type SsmControls.Builder Modifier and Type Method Description default ExecutionControls.BuilderExecutionControls.Builder. ssmControls(Consumer<SsmControls.Builder> ssmControls)A SsmControls object.
-