Interface SlurmAuthKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SlurmAuthKey.Builder,
,SlurmAuthKey> SdkBuilder<SlurmAuthKey.Builder,
,SlurmAuthKey> SdkPojo
- Enclosing class:
SlurmAuthKey
@Mutable
@NotThreadSafe
public static interface SlurmAuthKey.Builder
extends SdkPojo, CopyableBuilder<SlurmAuthKey.Builder,SlurmAuthKey>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the the shared Slurm key.secretVersion
(String secretVersion) The version of the shared Slurm key.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
-
secretArn
The Amazon Resource Name (ARN) of the the shared Slurm key.
- Parameters:
secretArn
- The Amazon Resource Name (ARN) of the the shared Slurm key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretVersion
The version of the shared Slurm key.
- Parameters:
secretVersion
- The version of the shared Slurm key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-