Uses of Interface
software.amazon.awssdk.services.batch.model.UpdateConsumableResourceRequest.Builder
-
Packages that use UpdateConsumableResourceRequest.Builder Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.model -
-
Uses of UpdateConsumableResourceRequest.Builder in software.amazon.awssdk.services.batch
Method parameters in software.amazon.awssdk.services.batch with type arguments of type UpdateConsumableResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateConsumableResourceResponse>BatchAsyncClient. updateConsumableResource(Consumer<UpdateConsumableResourceRequest.Builder> updateConsumableResourceRequest)Updates a consumable resource.default UpdateConsumableResourceResponseBatchClient. updateConsumableResource(Consumer<UpdateConsumableResourceRequest.Builder> updateConsumableResourceRequest)Updates a consumable resource. -
Uses of UpdateConsumableResourceRequest.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UpdateConsumableResourceRequest.Builder Modifier and Type Method Description static UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest. builder()UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. clientToken(String clientToken)If this parameter is specified and two update requests with identical payloads andclientTokens are received, these requests are considered the same request and the second request is rejected.UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. consumableResource(String consumableResource)The name or ARN of the consumable resource to be updated.UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. operation(String operation)Indicates how the quantity of the consumable resource will be updated.UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest.Builder. quantity(Long quantity)The change in the total quantity of the consumable resource.UpdateConsumableResourceRequest.BuilderUpdateConsumableResourceRequest. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type UpdateConsumableResourceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateConsumableResourceRequest.Builder>UpdateConsumableResourceRequest. serializableBuilderClass()
-