Interface CgroupCustomSetting.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CgroupCustomSetting.Builder,,CgroupCustomSetting> SdkBuilder<CgroupCustomSetting.Builder,,CgroupCustomSetting> SdkPojo
- Enclosing class:
CgroupCustomSetting
@Mutable
@NotThreadSafe
public static interface CgroupCustomSetting.Builder
extends SdkPojo, CopyableBuilder<CgroupCustomSetting.Builder,CgroupCustomSetting>
-
Method Summary
Modifier and TypeMethodDescriptionparameterName(String parameterName) PCS supports custom Cgroup settings for clusters.parameterValue(String parameterValue) The values for the configured Cgroup settings.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
-
parameterName
PCS supports custom Cgroup settings for clusters. For more information, see Configuring custom Cgroup settings in PCS in the PCS User Guide.
- Parameters:
parameterName- PCS supports custom Cgroup settings for clusters. For more information, see Configuring custom Cgroup settings in PCS in the PCS User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterValue
The values for the configured Cgroup settings.
- Parameters:
parameterValue- The values for the configured Cgroup settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-