| Modifier and Type | Method and Description |
|---|---|
ComputeEnvironment.Builder |
ComputeEnvironment.Builder.computeEnvironmentName(String computeEnvironmentName)
(experimental) A name for the compute environment.
|
ComputeEnvironment.Builder |
ComputeEnvironment.Builder.computeResources(ComputeResources computeResources)
(experimental) The details of the required compute resources for the managed compute environment.
|
static ComputeEnvironment.Builder |
ComputeEnvironment.Builder.create(software.constructs.Construct scope,
String id) |
ComputeEnvironment.Builder |
ComputeEnvironment.Builder.enabled(Boolean enabled)
(experimental) The state of the compute environment.
|
ComputeEnvironment.Builder |
ComputeEnvironment.Builder.managed(Boolean managed)
(experimental) Determines if AWS should manage the allocation of compute resources for processing jobs.
|
ComputeEnvironment.Builder |
ComputeEnvironment.Builder.serviceRole(IRole serviceRole)
(experimental) The IAM role used by Batch to make calls to other AWS services on your behalf for managing the resources that you use with the service.
|
Copyright © 2021. All rights reserved.