Interface DescribeEc2InstanceLimitsRequest.Builder

    • 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 as us-west-2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.