| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ComputeResource |
ComputeResource.addTagsEntry(String key,
String value) |
ComputeResource |
ComputeResource.clearTagsEntries()
Removes all the entries added into Tags.
|
ComputeResource |
ComputeResource.clone() |
ComputeResource |
CreateComputeEnvironmentRequest.getComputeResources()
Details of the compute resources managed by the compute environment.
|
ComputeResource |
ComputeEnvironmentDetail.getComputeResources()
The compute resources defined for the compute environment.
|
ComputeResource |
ComputeResource.withBidPercentage(Integer bidPercentage)
The minimum percentage that a Spot Instance price must be when compared with the On-Demand price for that
instance type before instances are launched.
|
ComputeResource |
ComputeResource.withDesiredvCpus(Integer desiredvCpus)
The desired number of EC2 vCPUS in the compute environment.
|
ComputeResource |
ComputeResource.withEc2KeyPair(String ec2KeyPair)
The EC2 key pair that is used for instances launched in the compute environment.
|
ComputeResource |
ComputeResource.withInstanceRole(String instanceRole)
The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.
|
ComputeResource |
ComputeResource.withInstanceTypes(Collection<String> instanceTypes)
The instances types that may launched.
|
ComputeResource |
ComputeResource.withInstanceTypes(String... instanceTypes)
The instances types that may launched.
|
ComputeResource |
ComputeResource.withMaxvCpus(Integer maxvCpus)
The maximum number of EC2 vCPUs that an environment can reach.
|
ComputeResource |
ComputeResource.withMinvCpus(Integer minvCpus)
The minimum number of EC2 vCPUs that an environment should maintain.
|
ComputeResource |
ComputeResource.withSecurityGroupIds(Collection<String> securityGroupIds)
The EC2 security group that is associated with instances launched in the compute environment.
|
ComputeResource |
ComputeResource.withSecurityGroupIds(String... securityGroupIds)
The EC2 security group that is associated with instances launched in the compute environment.
|
ComputeResource |
ComputeResource.withSpotIamFleetRole(String spotIamFleetRole)
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a
SPOT compute
environment. |
ComputeResource |
ComputeResource.withSubnets(Collection<String> subnets)
The VPC subnets into which the compute resources are launched.
|
ComputeResource |
ComputeResource.withSubnets(String... subnets)
The VPC subnets into which the compute resources are launched.
|
ComputeResource |
ComputeResource.withTags(Map<String,String> tags)
Key-value pair tags to be applied to resources that are launched in the compute environment.
|
ComputeResource |
ComputeResource.withType(CRType type)
The type of compute environment.
|
ComputeResource |
ComputeResource.withType(String type)
The type of compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateComputeEnvironmentRequest.setComputeResources(ComputeResource computeResources)
Details of the compute resources managed by the compute environment.
|
void |
ComputeEnvironmentDetail.setComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
CreateComputeEnvironmentRequest |
CreateComputeEnvironmentRequest.withComputeResources(ComputeResource computeResources)
Details of the compute resources managed by the compute environment.
|
ComputeEnvironmentDetail |
ComputeEnvironmentDetail.withComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
Copyright © 2017. All rights reserved.