StructuredPojo
, ToCopyableBuilder<ComputeResource.Builder,ComputeResource>
@Generated("software.amazon.awssdk:codegen") public class ComputeResource extends Object implements StructuredPojo, ToCopyableBuilder<ComputeResource.Builder,ComputeResource>
An object representing an AWS Batch compute resource.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ComputeResource.Builder |
Modifier and Type | Method | Description |
---|---|---|
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.
|
static ComputeResource.Builder |
builder() |
|
Integer |
desiredvCpus() |
The desired number of EC2 vCPUS in the compute environment.
|
String |
ec2KeyPair() |
The EC2 key pair that is used for instances launched in the compute environment.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
imageId() |
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
|
String |
instanceRole() |
The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.
|
List<String> |
instanceTypes() |
The instances types that may launched.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
Integer |
maxvCpus() |
The maximum number of EC2 vCPUs that an environment can reach.
|
Integer |
minvCpus() |
The minimum number of EC2 vCPUs that an environment should maintain.
|
List<String> |
securityGroupIds() |
The EC2 security group that is associated with instances launched in the compute environment.
|
static Class<? extends ComputeResource.Builder> |
serializableBuilderClass() |
|
String |
spotIamFleetRole() |
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a
SPOT compute
environment. |
List<String> |
subnets() |
The VPC subnets into which the compute resources are launched.
|
Map<String,String> |
tags() |
Key-value pair tags to be applied to resources that are launched in the compute environment.
|
ComputeResource.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of compute environment.
|
public String type()
The type of compute environment.
CRType
public Integer minvCpus()
The minimum number of EC2 vCPUs that an environment should maintain.
public Integer maxvCpus()
The maximum number of EC2 vCPUs that an environment can reach.
public Integer desiredvCpus()
The desired number of EC2 vCPUS in the compute environment.
public List<String> instanceTypes()
The instances types that may launched.
public String imageId()
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
public List<String> subnets()
The VPC subnets into which the compute resources are launched.
public List<String> securityGroupIds()
The EC2 security group that is associated with instances launched in the compute environment.
public String ec2KeyPair()
The EC2 key pair that is used for instances launched in the compute environment.
public String instanceRole()
The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.
public Map<String,String> tags()
Key-value pair tags to be applied to resources that are launched in the compute environment.
public 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. For example, if your bid percentage is 20%, then the Spot price must be below 20% of the current On-Demand price for that EC2 instance.
public String spotIamFleetRole()
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT
compute
environment.
SPOT
compute environment.public ComputeResource.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ComputeResource.Builder,ComputeResource>
public static ComputeResource.Builder builder()
public static Class<? extends ComputeResource.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.