Interface SlurmCustomSetting.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SlurmCustomSetting.Builder,,SlurmCustomSetting> SdkBuilder<SlurmCustomSetting.Builder,,SlurmCustomSetting> SdkPojo
- Enclosing class:
 SlurmCustomSetting
public static interface SlurmCustomSetting.Builder
extends SdkPojo, CopyableBuilder<SlurmCustomSetting.Builder,SlurmCustomSetting> 
- 
Method Summary
Modifier and TypeMethodDescriptionparameterName(String parameterName) Amazon Web Services PCS supports configuration of the following Slurm parameters:parameterValue(String parameterValue) The values for the configured Slurm 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
Amazon Web Services PCS supports configuration of the following Slurm parameters:
- 
 
For clusters
 - 
 
For compute node groups
 
- Parameters:
 parameterName- Amazon Web Services PCS supports configuration of the following Slurm parameters:- 
        
For clusters
 - 
        
For compute node groups
 
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
parameterValue
The values for the configured Slurm settings.
- Parameters:
 parameterValue- The values for the configured Slurm settings.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -