| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
static ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.builder() |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.computeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.computeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.computeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
default ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.computeResources(Consumer<ComputeResource.Builder> computeResources)
The compute resources defined for the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.ecsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.serviceRole(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.Builder |
ComputeEnvironmentDetail.Builder.state(CEState state)
The state of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.state(String state)
The state of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.status(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID). |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.status(String status)
The current status of the compute environment (for example,
CREATING or VALID). |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.statusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the compute
environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.tags(Map<String,String> tags)
The tags applied to the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.toBuilder() |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.type(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED. |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.type(String type)
The type of the compute environment:
MANAGED or UNMANAGED. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComputeEnvironmentDetail.Builder> |
ComputeEnvironmentDetail.serializableBuilderClass() |
Copyright © 2021. All rights reserved.