Uses of Interface
software.amazon.awssdk.services.pcs.model.UpdateQueueRequest.Builder
-
Packages that use UpdateQueueRequest.Builder Package Description software.amazon.awssdk.services.pcs Amazon Web Services Parallel Computing Service (Amazon Web Services PCS) is a managed service that makes it easier for you to run and scale your high performance computing (HPC) workloads, and build scientific and engineering models on Amazon Web Services using Slurm.software.amazon.awssdk.services.pcs.model -
-
Uses of UpdateQueueRequest.Builder in software.amazon.awssdk.services.pcs
Method parameters in software.amazon.awssdk.services.pcs with type arguments of type UpdateQueueRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateQueueResponse>PcsAsyncClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates the compute node group configuration of a queue.default UpdateQueueResponsePcsClient. updateQueue(Consumer<UpdateQueueRequest.Builder> updateQueueRequest)Updates the compute node group configuration of a queue. -
Uses of UpdateQueueRequest.Builder in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return UpdateQueueRequest.Builder Modifier and Type Method Description static UpdateQueueRequest.BuilderUpdateQueueRequest. builder()UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. clusterIdentifier(String clusterIdentifier)The name or ID of the cluster of the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. computeNodeGroupConfigurations(Collection<ComputeNodeGroupConfiguration> computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. computeNodeGroupConfigurations(Consumer<ComputeNodeGroupConfiguration.Builder>... computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. computeNodeGroupConfigurations(ComputeNodeGroupConfiguration... computeNodeGroupConfigurations)The list of compute node group configurations to associate with the queue.UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateQueueRequest.BuilderUpdateQueueRequest.Builder. queueIdentifier(String queueIdentifier)The name or ID of the queue.UpdateQueueRequest.BuilderUpdateQueueRequest. toBuilder()Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type UpdateQueueRequest.Builder Modifier and Type Method Description static Class<? extends UpdateQueueRequest.Builder>UpdateQueueRequest. serializableBuilderClass()
-