public static interface DescribeEc2InstanceLimitsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEc2InstanceLimitsRequest.Builder |
ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an Amazon EC2 instance type that is supported in GameLift.
|
DescribeEc2InstanceLimitsRequest.Builder |
ec2InstanceType(String ec2InstanceType)
Name of an Amazon EC2 instance type that is supported in GameLift.
|
DescribeEc2InstanceLimitsRequest.Builder |
location(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region
code such as
us-west-2. |
DescribeEc2InstanceLimitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEc2InstanceLimitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(String ec2InstanceType)
Name of an Amazon EC2 instance type that is supported in GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.
ec2InstanceType - Name of an Amazon EC2 instance type that is supported in GameLift. A fleet instance type determines
the computing resources of each instance in the fleet, including CPU, memory, storage, and networking
capacity. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType,
EC2InstanceTypeDescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an Amazon EC2 instance type that is supported in GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Do not specify a value for this parameter to retrieve limits for all instance types.
ec2InstanceType - Name of an Amazon EC2 instance type that is supported in GameLift. A fleet instance type determines
the computing resources of each instance in the fleet, including CPU, memory, storage, and networking
capacity. Do not specify a value for this parameter to retrieve limits for all instance types.EC2InstanceType,
EC2InstanceTypeDescribeEc2InstanceLimitsRequest.Builder location(String location)
The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region
code such as us-west-2.
location - The name of a remote location to request instance limits for, in the form of an Amazon Web Services
Region code such as us-west-2.DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.