| 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.withEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withServiceRole(String serviceRole)
The service role associated with the compute environment that allows AWS Batch to make calls to AWS 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 about 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. |
| 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 © 2021. All rights reserved.