| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.clearTagsEntries()
Removes all the entries added into Tags.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.clone() |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withContainerOrchestrationType(OrchestrationType containerOrchestrationType)
The orchestration type of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withContainerOrchestrationType(String containerOrchestrationType)
The orchestration type of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster that the compute environment uses.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withEksConfiguration(EksConfiguration eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withServiceRole(String serviceRole)
The service role that's associated with the compute environment that allows Batch to make calls to Amazon Web
Services API operations on your behalf.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withState(CEState state)
The state of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withState(String state)
The state of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withStatus(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID). |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withStatus(String status)
The current status of the compute environment (for example,
CREATING or VALID). |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withStatusReason(String statusReason)
A short, human-readable string to provide additional details for the current status of the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withTags(Map<String,String> tags)
The tags applied to the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withType(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED. |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withType(String type)
The type of the compute environment:
MANAGED or UNMANAGED. |
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withUnmanagedvCpus(Integer unmanagedvCpus)
The maximum number of VCPUs expected to be used for an unmanaged compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withUpdatePolicy(UpdatePolicy updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withUuid(String uuid)
Unique identifier for the compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
List<ComputeEnvironmentDetail> |
DescribeComputeEnvironmentsResult.getComputeEnvironments()
The list of compute environments.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeComputeEnvironmentsResult |
DescribeComputeEnvironmentsResult.withComputeEnvironments(ComputeEnvironmentDetail... computeEnvironments)
The list of compute environments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeComputeEnvironmentsResult.setComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
|
DescribeComputeEnvironmentsResult |
DescribeComputeEnvironmentsResult.withComputeEnvironments(Collection<ComputeEnvironmentDetail> computeEnvironments)
The list of compute environments.
|
Copyright © 2023. All rights reserved.