public static interface EC2InstanceLimit.Builder extends SdkPojo, CopyableBuilder<EC2InstanceLimit.Builder,EC2InstanceLimit>
| Modifier and Type | Method and Description |
|---|---|
EC2InstanceLimit.Builder |
currentInstances(Integer currentInstances)
The number of instances for the specified type and location that are currently being used by the AWS account.
|
EC2InstanceLimit.Builder |
ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an EC2 instance type.
|
EC2InstanceLimit.Builder |
ec2InstanceType(String ec2InstanceType)
The name of an EC2 instance type.
|
EC2InstanceLimit.Builder |
instanceLimit(Integer instanceLimit)
The number of instances that is allowed for the specified instance type and location.
|
EC2InstanceLimit.Builder |
location(String location)
An AWS Region code, such as
us-west-2. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2InstanceLimit.Builder ec2InstanceType(String ec2InstanceType)
The name of an EC2 instance type. See Amazon EC2 Instance Types for detailed descriptions.
ec2InstanceType - The name of an EC2 instance type. See Amazon EC2
Instance Types for detailed descriptions.EC2InstanceType,
EC2InstanceTypeEC2InstanceLimit.Builder ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an EC2 instance type. See Amazon EC2 Instance Types for detailed descriptions.
ec2InstanceType - The name of an EC2 instance type. See Amazon EC2
Instance Types for detailed descriptions.EC2InstanceType,
EC2InstanceTypeEC2InstanceLimit.Builder currentInstances(Integer currentInstances)
The number of instances for the specified type and location that are currently being used by the AWS account.
currentInstances - The number of instances for the specified type and location that are currently being used by the AWS
account.EC2InstanceLimit.Builder instanceLimit(Integer instanceLimit)
The number of instances that is allowed for the specified instance type and location.
instanceLimit - The number of instances that is allowed for the specified instance type and location.EC2InstanceLimit.Builder location(String location)
An AWS Region code, such as us-west-2.
location - An AWS Region code, such as us-west-2.Copyright © 2021. All rights reserved.