Interface AutoRepairConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutoRepairConfiguration.Builder,,AutoRepairConfiguration> SdkBuilder<AutoRepairConfiguration.Builder,,AutoRepairConfiguration> SdkPojo
- Enclosing class:
AutoRepairConfiguration
@Mutable
@NotThreadSafe
public static interface AutoRepairConfiguration.Builder
extends SdkPojo, CopyableBuilder<AutoRepairConfiguration.Builder,AutoRepairConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionactionsStatus(String actionsStatus) The status of auto repair actions for the capacity provider.actionsStatus(AutoRepairActionsStatus actionsStatus) The status of auto repair actions for the capacity provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
actionsStatus
The status of auto repair actions for the capacity provider. When set to
ENABLED, Amazon ECS automatically replaces container instances with anIMPAIREDhealth status. When set toDISABLED, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.- Parameters:
actionsStatus- The status of auto repair actions for the capacity provider. When set toENABLED, Amazon ECS automatically replaces container instances with anIMPAIREDhealth status. When set toDISABLED, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionsStatus
The status of auto repair actions for the capacity provider. When set to
ENABLED, Amazon ECS automatically replaces container instances with anIMPAIREDhealth status. When set toDISABLED, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.- Parameters:
actionsStatus- The status of auto repair actions for the capacity provider. When set toENABLED, Amazon ECS automatically replaces container instances with anIMPAIREDhealth status. When set toDISABLED, Amazon ECS still monitors container instance health but does not automatically replace impaired instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-