| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch |
Using AWS Batch, you can run batch computing workloads on the AWS Cloud.
|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateComputeEnvironmentResponse> |
BatchAsyncClient.updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder> updateComputeEnvironmentRequest)
Updates an AWS Batch compute environment.
|
default UpdateComputeEnvironmentResponse |
BatchClient.updateComputeEnvironment(Consumer<UpdateComputeEnvironmentRequest.Builder> updateComputeEnvironmentRequest)
Updates an AWS Batch compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.builder() |
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.computeEnvironment(String computeEnvironment)
The name or full Amazon Resource Name (ARN) of the compute environment to update.
|
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.computeResources(ComputeResourceUpdate computeResources)
Details of the compute resources managed by the compute environment.
|
default UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.computeResources(Consumer<ComputeResourceUpdate.Builder> computeResources)
Details of the compute resources managed by the compute environment.
|
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.serviceRole(String serviceRole)
The full Amazon Resource Name (ARN) of the IAM role that allows AWS Batch to make calls to other AWS services
on your behalf.
|
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.state(CEState state)
The state of the compute environment.
|
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.Builder.state(String state)
The state of the compute environment.
|
UpdateComputeEnvironmentRequest.Builder |
UpdateComputeEnvironmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComputeEnvironmentRequest.Builder> |
UpdateComputeEnvironmentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.