Interface UpdateComputeNodeGroupSlurmConfigurationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateComputeNodeGroupSlurmConfigurationRequest.Builder,UpdateComputeNodeGroupSlurmConfigurationRequest>,SdkBuilder<UpdateComputeNodeGroupSlurmConfigurationRequest.Builder,UpdateComputeNodeGroupSlurmConfigurationRequest>,SdkPojo
- Enclosing class:
- UpdateComputeNodeGroupSlurmConfigurationRequest
public static interface UpdateComputeNodeGroupSlurmConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<UpdateComputeNodeGroupSlurmConfigurationRequest.Builder,UpdateComputeNodeGroupSlurmConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateComputeNodeGroupSlurmConfigurationRequest.BuilderslurmCustomSettings(Collection<SlurmCustomSetting> slurmCustomSettings)Additional Slurm-specific configuration that directly maps to Slurm settings.UpdateComputeNodeGroupSlurmConfigurationRequest.BuilderslurmCustomSettings(Consumer<SlurmCustomSetting.Builder>... slurmCustomSettings)Additional Slurm-specific configuration that directly maps to Slurm settings.UpdateComputeNodeGroupSlurmConfigurationRequest.BuilderslurmCustomSettings(SlurmCustomSetting... slurmCustomSettings)Additional Slurm-specific configuration that directly maps to Slurm settings.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
slurmCustomSettings
UpdateComputeNodeGroupSlurmConfigurationRequest.Builder slurmCustomSettings(Collection<SlurmCustomSetting> slurmCustomSettings)
Additional Slurm-specific configuration that directly maps to Slurm settings.
- Parameters:
slurmCustomSettings- Additional Slurm-specific configuration that directly maps to Slurm settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slurmCustomSettings
UpdateComputeNodeGroupSlurmConfigurationRequest.Builder slurmCustomSettings(SlurmCustomSetting... slurmCustomSettings)
Additional Slurm-specific configuration that directly maps to Slurm settings.
- Parameters:
slurmCustomSettings- Additional Slurm-specific configuration that directly maps to Slurm settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
slurmCustomSettings
UpdateComputeNodeGroupSlurmConfigurationRequest.Builder slurmCustomSettings(Consumer<SlurmCustomSetting.Builder>... slurmCustomSettings)
Additional Slurm-specific configuration that directly maps to Slurm settings.
This is a convenience method that creates an instance of theSlurmCustomSetting.Builderavoiding the need to create one manually viaSlurmCustomSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#slurmCustomSettings(List.) - Parameters:
slurmCustomSettings- a consumer that will call methods onSlurmCustomSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#slurmCustomSettings(java.util.Collection)
-
-