Interface DescribeEc2InstanceLimitsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>,GameLiftRequest.Builder,SdkBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEc2InstanceLimitsRequest
public static interface DescribeEc2InstanceLimitsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,DescribeEc2InstanceLimitsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEc2InstanceLimitsRequest.Builderec2InstanceType(String ec2InstanceType)Name of an Amazon EC2 instance type that is supported in Amazon GameLift.DescribeEc2InstanceLimitsRequest.Builderec2InstanceType(EC2InstanceType ec2InstanceType)Name of an Amazon EC2 instance type that is supported in Amazon GameLift.DescribeEc2InstanceLimitsRequest.Builderlocation(String location)The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such asus-west-2.DescribeEc2InstanceLimitsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEc2InstanceLimitsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
ec2InstanceType
DescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(String ec2InstanceType)
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
- Parameters:
ec2InstanceType- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EC2InstanceType,EC2InstanceType
-
ec2InstanceType
DescribeEc2InstanceLimitsRequest.Builder ec2InstanceType(EC2InstanceType ec2InstanceType)
Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.
- Parameters:
ec2InstanceType- Name of an Amazon 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. Do not specify a value for this parameter to retrieve limits for all instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EC2InstanceType,EC2InstanceType
-
location
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.- Parameters:
location- The name of a remote location to request instance limits for, in the form of an Amazon Web Services Region code such asus-west-2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-