Interface EcsSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EcsSettings.Builder,,EcsSettings> SdkBuilder<EcsSettings.Builder,,EcsSettings> SdkPojo
- Enclosing class:
EcsSettings
-
Method Summary
Modifier and TypeMethodDescriptioncontainerInsights(String containerInsights) Specifies the CloudWatch Container Insights mode for the compute environment.containerInsights(ContainerInsights containerInsights) Specifies the CloudWatch Container Insights mode for the compute environment.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
-
containerInsights
Specifies the CloudWatch Container Insights mode for the compute environment. Valid values are:
- ENABLED
-
Turns on standard Container Insights, which collects CPU, memory, disk, and network utilization metrics for the compute environment.
- ENHANCED
-
Turns on enhanced Container Insights, which collects the standard metrics along with additional per-task observability metrics.
- DISABLED
-
Turns off Container Insights for the compute environment.
If you don't specify a value, the default is
DISABLED. For more information, see Container Insights in the Batch User Guide.- Parameters:
containerInsights- Specifies the CloudWatch Container Insights mode for the compute environment. Valid values are:- ENABLED
-
Turns on standard Container Insights, which collects CPU, memory, disk, and network utilization metrics for the compute environment.
- ENHANCED
-
Turns on enhanced Container Insights, which collects the standard metrics along with additional per-task observability metrics.
- DISABLED
-
Turns off Container Insights for the compute environment.
If you don't specify a value, the default is
DISABLED. For more information, see Container Insights in the Batch User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
containerInsights
Specifies the CloudWatch Container Insights mode for the compute environment. Valid values are:
- ENABLED
-
Turns on standard Container Insights, which collects CPU, memory, disk, and network utilization metrics for the compute environment.
- ENHANCED
-
Turns on enhanced Container Insights, which collects the standard metrics along with additional per-task observability metrics.
- DISABLED
-
Turns off Container Insights for the compute environment.
If you don't specify a value, the default is
DISABLED. For more information, see Container Insights in the Batch User Guide.- Parameters:
containerInsights- Specifies the CloudWatch Container Insights mode for the compute environment. Valid values are:- ENABLED
-
Turns on standard Container Insights, which collects CPU, memory, disk, and network utilization metrics for the compute environment.
- ENHANCED
-
Turns on enhanced Container Insights, which collects the standard metrics along with additional per-task observability metrics.
- DISABLED
-
Turns off Container Insights for the compute environment.
If you don't specify a value, the default is
DISABLED. For more information, see Container Insights in the Batch User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-