Interface Accounting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Accounting.Builder,
,Accounting> SdkBuilder<Accounting.Builder,
,Accounting> SdkPojo
- Enclosing class:
Accounting
@Mutable
@NotThreadSafe
public static interface Accounting.Builder
extends SdkPojo, CopyableBuilder<Accounting.Builder,Accounting>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultPurgeTimeInDays
(Integer defaultPurgeTimeInDays) The default value for all purge settings forslurmdbd.conf
.The default value formode
isSTANDARD
.mode
(AccountingMode mode) The default value formode
isSTANDARD
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
mode
The default value for
mode
isSTANDARD
. A value ofSTANDARD
means Slurm accounting is enabled.- Parameters:
mode
- The default value formode
isSTANDARD
. A value ofSTANDARD
means Slurm accounting is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The default value for
mode
isSTANDARD
. A value ofSTANDARD
means Slurm accounting is enabled.- Parameters:
mode
- The default value formode
isSTANDARD
. A value ofSTANDARD
means Slurm accounting is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
defaultPurgeTimeInDays
The default value for all purge settings for
slurmdbd.conf
. For more information, see the slurmdbd.conf documentation at SchedMD.The default value for
defaultPurgeTimeInDays
is-1
.A value of
-1
means there is no purge time and records persist as long as the cluster exists.0
isn't a valid value.- Parameters:
defaultPurgeTimeInDays
- The default value for all purge settings forslurmdbd.conf
. For more information, see the slurmdbd.conf documentation at SchedMD.The default value for
defaultPurgeTimeInDays
is-1
.A value of
-1
means there is no purge time and records persist as long as the cluster exists.0
isn't a valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-