public static interface DescribeEc2InstanceLimitsRequest.Builder extends GameLiftRequest.Builder, CopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeEc2InstanceLimitsRequest.Builder |
ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
DescribeEc2InstanceLimitsRequest.Builder |
ec2InstanceType(String ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift.
|
DescribeEc2InstanceLimitsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeEc2InstanceLimitsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(String ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
ec2InstanceType
- Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines
the computing resources of each instance in the fleet, including CPU, memory, storage, and networking
capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed
descriptions. Leave this parameter blank to retrieve limits for all types.EC2InstanceType
,
EC2InstanceType
DescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions. Leave this parameter blank to retrieve limits for all types.
ec2InstanceType
- Name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines
the computing resources of each instance in the fleet, including CPU, memory, storage, and networking
capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed
descriptions. Leave this parameter blank to retrieve limits for all types.EC2InstanceType
,
EC2InstanceType
DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.