Interface DescribeEc2InstanceLimitsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeEc2InstanceLimitsRequest.Builder,
,DescribeEc2InstanceLimitsRequest> GameLiftRequest.Builder
,SdkBuilder<DescribeEc2InstanceLimitsRequest.Builder,
,DescribeEc2InstanceLimitsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeEc2InstanceLimitsRequest
-
Method Summary
Modifier and TypeMethodDescriptionec2InstanceType
(String ec2InstanceType) Name of an Amazon EC2 instance type that is supported in Amazon GameLift.ec2InstanceType
(EC2InstanceType ec2InstanceType) Name of an Amazon EC2 instance type that is supported in Amazon GameLift.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
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 Details
-
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
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:
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeEc2InstanceLimitsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-