public static interface DescribeEc2InstanceLimitsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeEc2InstanceLimitsResponse.Builder,DescribeEc2InstanceLimitsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEc2InstanceLimitsResponse.Builder |
ec2InstanceLimits(Collection<EC2InstanceLimit> ec2InstanceLimits)
The maximum number of instances for the specified instance type.
|
DescribeEc2InstanceLimitsResponse.Builder |
ec2InstanceLimits(Consumer<EC2InstanceLimit.Builder>... ec2InstanceLimits)
The maximum number of instances for the specified instance type.
|
DescribeEc2InstanceLimitsResponse.Builder |
ec2InstanceLimits(EC2InstanceLimit... ec2InstanceLimits)
The maximum number of instances for the specified instance type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEc2InstanceLimitsResponse.Builder ec2InstanceLimits(Collection<EC2InstanceLimit> ec2InstanceLimits)
The maximum number of instances for the specified instance type.
ec2InstanceLimits - The maximum number of instances for the specified instance type.DescribeEc2InstanceLimitsResponse.Builder ec2InstanceLimits(EC2InstanceLimit... ec2InstanceLimits)
The maximum number of instances for the specified instance type.
ec2InstanceLimits - The maximum number of instances for the specified instance type.DescribeEc2InstanceLimitsResponse.Builder ec2InstanceLimits(Consumer<EC2InstanceLimit.Builder>... ec2InstanceLimits)
The maximum number of instances for the specified instance type.
This is a convenience method that creates an instance of theEC2InstanceLimit.Builder avoiding the need to create
one manually via EC2InstanceLimit.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #ec2InstanceLimits(List.
ec2InstanceLimits - a consumer that will call methods on
EC2InstanceLimit.Builder#ec2InstanceLimits(java.util.Collection) Copyright © 2022. All rights reserved.