| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static EC2InstanceLimit.Builder |
EC2InstanceLimit.builder() |
EC2InstanceLimit.Builder |
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 |
EC2InstanceLimit.Builder.ec2InstanceType(EC2InstanceType ec2InstanceType)
The name of an Amazon EC2 instance type.
|
EC2InstanceLimit.Builder |
EC2InstanceLimit.Builder.ec2InstanceType(String ec2InstanceType)
The name of an Amazon EC2 instance type.
|
EC2InstanceLimit.Builder |
EC2InstanceLimit.Builder.instanceLimit(Integer instanceLimit)
The number of instances that is allowed for the specified instance type and location.
|
EC2InstanceLimit.Builder |
EC2InstanceLimit.Builder.location(String location)
An Amazon Web Services Region code, such as
us-west-2. |
EC2InstanceLimit.Builder |
EC2InstanceLimit.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EC2InstanceLimit.Builder> |
EC2InstanceLimit.serializableBuilderClass() |
Copyright © 2022. All rights reserved.