CopyableBuilder<ComputeResource.Builder,ComputeResource>
, SdkBuilder<ComputeResource.Builder,ComputeResource>
public static interface ComputeResource.Builder extends CopyableBuilder<ComputeResource.Builder,ComputeResource>
Modifier and Type | Method | Description |
---|---|---|
ComputeResource.Builder |
bidPercentage(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.Builder |
desiredvCpus(Integer desiredvCpus) |
The desired number of EC2 vCPUS in the compute environment.
|
ComputeResource.Builder |
ec2KeyPair(String ec2KeyPair) |
The EC2 key pair that is used for instances launched in the compute environment.
|
ComputeResource.Builder |
imageId(String imageId) |
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
|
ComputeResource.Builder |
instanceRole(String instanceRole) |
The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.
|
ComputeResource.Builder |
instanceTypes(String... instanceTypes) |
The instances types that may launched.
|
ComputeResource.Builder |
instanceTypes(Collection<String> instanceTypes) |
The instances types that may launched.
|
ComputeResource.Builder |
maxvCpus(Integer maxvCpus) |
The maximum number of EC2 vCPUs that an environment can reach.
|
ComputeResource.Builder |
minvCpus(Integer minvCpus) |
The minimum number of EC2 vCPUs that an environment should maintain.
|
ComputeResource.Builder |
securityGroupIds(String... securityGroupIds) |
The EC2 security group that is associated with instances launched in the compute environment.
|
ComputeResource.Builder |
securityGroupIds(Collection<String> securityGroupIds) |
The EC2 security group that is associated with instances launched in the compute environment.
|
ComputeResource.Builder |
spotIamFleetRole(String spotIamFleetRole) |
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a
SPOT compute
environment. |
ComputeResource.Builder |
subnets(String... subnets) |
The VPC subnets into which the compute resources are launched.
|
ComputeResource.Builder |
subnets(Collection<String> subnets) |
The VPC subnets into which the compute resources are launched.
|
ComputeResource.Builder |
tags(Map<String,String> tags) |
Key-value pair tags to be applied to resources that are launched in the compute environment.
|
ComputeResource.Builder |
type(String type) |
The type of compute environment.
|
ComputeResource.Builder |
type(CRType type) |
The type of compute environment.
|
copy
apply, build
ComputeResource.Builder type(String type)
The type of compute environment.
type
- The type of compute environment.CRType
ComputeResource.Builder type(CRType type)
The type of compute environment.
type
- The type of compute environment.CRType
ComputeResource.Builder minvCpus(Integer minvCpus)
The minimum number of EC2 vCPUs that an environment should maintain.
minvCpus
- The minimum number of EC2 vCPUs that an environment should maintain.ComputeResource.Builder maxvCpus(Integer maxvCpus)
The maximum number of EC2 vCPUs that an environment can reach.
maxvCpus
- The maximum number of EC2 vCPUs that an environment can reach.ComputeResource.Builder desiredvCpus(Integer desiredvCpus)
The desired number of EC2 vCPUS in the compute environment.
desiredvCpus
- The desired number of EC2 vCPUS in the compute environment.ComputeResource.Builder instanceTypes(Collection<String> instanceTypes)
The instances types that may launched.
instanceTypes
- The instances types that may launched.ComputeResource.Builder instanceTypes(String... instanceTypes)
The instances types that may launched.
NOTE: This method appends the values to the existing list (if any). Use
#setInstanceTypes(java.util.Collection)
or #withInstanceTypes(java.util.Collection)
if you
want to override the existing values.
instanceTypes
- The instances types that may launched.ComputeResource.Builder imageId(String imageId)
The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.
imageId
- The Amazon Machine Image (AMI) ID used for instances launched in the compute environment.ComputeResource.Builder subnets(Collection<String> subnets)
The VPC subnets into which the compute resources are launched.
subnets
- The VPC subnets into which the compute resources are launched.ComputeResource.Builder subnets(String... subnets)
The VPC subnets into which the compute resources are launched.
NOTE: This method appends the values to the existing list (if any). Use
#setSubnets(java.util.Collection)
or #withSubnets(java.util.Collection)
if you want to
override the existing values.
subnets
- The VPC subnets into which the compute resources are launched.ComputeResource.Builder securityGroupIds(Collection<String> securityGroupIds)
The EC2 security group that is associated with instances launched in the compute environment.
securityGroupIds
- The EC2 security group that is associated with instances launched in the compute environment.ComputeResource.Builder securityGroupIds(String... securityGroupIds)
The EC2 security group that is associated with instances launched in the compute environment.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityGroupIds(java.util.Collection)
or #withSecurityGroupIds(java.util.Collection)
if
you want to override the existing values.
securityGroupIds
- The EC2 security group that is associated with instances launched in the compute environment.ComputeResource.Builder ec2KeyPair(String ec2KeyPair)
The EC2 key pair that is used for instances launched in the compute environment.
ec2KeyPair
- The EC2 key pair that is used for instances launched in the compute environment.ComputeResource.Builder instanceRole(String instanceRole)
The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.
instanceRole
- The Amazon ECS instance role applied to Amazon EC2 instances in a compute environment.ComputeResource.Builder tags(Map<String,String> tags)
Key-value pair tags to be applied to resources that are launched in the compute environment.
tags
- Key-value pair tags to be applied to resources that are launched in the compute environment.ComputeResource.Builder bidPercentage(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.
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.ComputeResource.Builder spotIamFleetRole(String spotIamFleetRole)
The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT
compute
environment.
spotIamFleetRole
- The Amazon Resource Name (ARN) of the Amazon EC2 Spot Fleet IAM role applied to a SPOT
compute environment.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.