public static interface DescribeEC2InstanceLimitsResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeEC2InstanceLimitsResponse.Builder,DescribeEC2InstanceLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEC2InstanceLimitsResponse.Builder |
ec2InstanceLimits(Collection<EC2InstanceLimit> ec2InstanceLimits)
Object that contains the maximum number of instances for the specified instance type.
|
DescribeEC2InstanceLimitsResponse.Builder |
ec2InstanceLimits(EC2InstanceLimit... ec2InstanceLimits)
Object that contains the maximum number of instances for the specified instance type.
|
buildcopyapply, buildDescribeEC2InstanceLimitsResponse.Builder ec2InstanceLimits(Collection<EC2InstanceLimit> ec2InstanceLimits)
Object that contains the maximum number of instances for the specified instance type.
ec2InstanceLimits - Object that contains the maximum number of instances for the specified instance type.DescribeEC2InstanceLimitsResponse.Builder ec2InstanceLimits(EC2InstanceLimit... ec2InstanceLimits)
Object that contains the maximum number of instances for the specified instance type.
ec2InstanceLimits - Object that contains the maximum number of instances for the specified instance type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.