| 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.containerOrchestrationType(OrchestrationType containerOrchestrationType)
The orchestration type of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.containerOrchestrationType(String containerOrchestrationType)
The orchestration type of the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.ecsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster that the compute environment uses.
|
default ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.eksConfiguration(EksConfiguration eksConfiguration)
The configuration for the Amazon EKS cluster that supports the Batch compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.serviceRole(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.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 for 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. |
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.unmanagedvCpus(Integer unmanagedvCpus)
The maximum number of VCPUs expected to be used for an unmanaged compute environment.
|
default ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.updatePolicy(Consumer<UpdatePolicy.Builder> updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.updatePolicy(UpdatePolicy updatePolicy)
Specifies the infrastructure update policy for the compute environment.
|
ComputeEnvironmentDetail.Builder |
ComputeEnvironmentDetail.Builder.uuid(String uuid)
Unique identifier for the compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ComputeEnvironmentDetail.Builder> |
ComputeEnvironmentDetail.serializableBuilderClass() |
Copyright © 2023. All rights reserved.