Uses of Interface
software.amazon.awssdk.services.pcs.model.SlurmAuthKey.Builder
-
Packages that use SlurmAuthKey.Builder Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of SlurmAuthKey.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return SlurmAuthKey.Builder Modifier and Type Method Description static SlurmAuthKey.BuilderSlurmAuthKey. builder()SlurmAuthKey.BuilderSlurmAuthKey.Builder. secretArn(String secretArn)The Amazon Resource Name (ARN) of the the shared Slurm key.SlurmAuthKey.BuilderSlurmAuthKey.Builder. secretVersion(String secretVersion)The version of the shared Slurm key.SlurmAuthKey.BuilderSlurmAuthKey. toBuilder()Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type SlurmAuthKey.Builder Modifier and Type Method Description static Class<? extends SlurmAuthKey.Builder>SlurmAuthKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type SlurmAuthKey.Builder Modifier and Type Method Description default ClusterSlurmConfiguration.BuilderClusterSlurmConfiguration.Builder. authKey(Consumer<SlurmAuthKey.Builder> authKey)The shared Slurm key for authentication, also known as the cluster secret.
-