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 Amazon Web
Services account.
|
EC2InstanceLimit.Builder |
ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an Amazon EC2 instance type.
|
EC2InstanceLimit.Builder |
ec2InstanceType(String ec2InstanceType)
The name of an Amazon 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 Amazon Web Services Region code, such as
us-west-2. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEC2InstanceLimit.Builder ec2InstanceType(String ec2InstanceType)
The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
ec2InstanceType - The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for
detailed descriptions.EC2InstanceType,
EC2InstanceTypeEC2InstanceLimit.Builder ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.
ec2InstanceType - The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud 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 Amazon Web Services account.
currentInstances - The number of instances for the specified type and location that are currently being used by the
Amazon Web Services 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 Amazon Web Services Region code, such as us-west-2.
location - An Amazon Web Services Region code, such as us-west-2.Copyright © 2023. All rights reserved.