Uses of Interface
software.amazon.awssdk.services.gamelift.model.EC2InstanceLimit.Builder
-
Packages that use EC2InstanceLimit.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of EC2InstanceLimit.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return EC2InstanceLimit.Builder Modifier and Type Method Description static EC2InstanceLimit.BuilderEC2InstanceLimit. builder()EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. currentInstances(Integer currentInstances)The number of instances for the specified type and location that are currently being used by the Amazon Web Services account.EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. ec2InstanceType(String ec2InstanceType)The name of an Amazon EC2 instance type.EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. ec2InstanceType(EC2InstanceType ec2InstanceType)The name of an Amazon EC2 instance type.EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. instanceLimit(Integer instanceLimit)The number of instances that is allowed for the specified instance type and location.EC2InstanceLimit.BuilderEC2InstanceLimit.Builder. location(String location)An Amazon Web Services Region code, such asus-west-2.EC2InstanceLimit.BuilderEC2InstanceLimit. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type EC2InstanceLimit.Builder Modifier and Type Method Description static Class<? extends EC2InstanceLimit.Builder>EC2InstanceLimit. serializableBuilderClass()
-