CopyableBuilder<DescribeEC2InstanceLimitsResponse.Builder,DescribeEC2InstanceLimitsResponse>
, SdkBuilder<DescribeEC2InstanceLimitsResponse.Builder,DescribeEC2InstanceLimitsResponse>
public static interface DescribeEC2InstanceLimitsResponse.Builder extends CopyableBuilder<DescribeEC2InstanceLimitsResponse.Builder,DescribeEC2InstanceLimitsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DescribeEC2InstanceLimitsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEC2InstanceLimits(java.util.Collection)
or #withEC2InstanceLimits(java.util.Collection)
if you want to override the existing values.
ec2InstanceLimits
- Object that contains the maximum number of instances for the specified instance type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.