Uses of Class
software.amazon.awscdk.services.codebuild.Fleet.Builder
Packages that use Fleet.Builder
-
Uses of Fleet.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return Fleet.BuilderModifier and TypeMethodDescriptionFleet.Builder.baseCapacity(Number baseCapacity) The number of machines allocated to the compute fleet.Fleet.Builder.computeConfiguration(ComputeConfiguration computeConfiguration) The compute configuration of the compute fleet.Fleet.Builder.computeType(FleetComputeType computeType) The instance type of the compute fleet.static Fleet.BuilderFleet.Builder.environmentType(EnvironmentType environmentType) The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.The name of the Fleet.Fleet.Builder.overflowBehavior(FleetOverflowBehavior overflowBehavior) The compute fleet overflow behavior.Service Role assumed by Fleet instances.Fleet.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) What security groups to associate with the fleet's network interfaces.Fleet.Builder.subnetSelection(SubnetSelection subnetSelection) Where to place the network interfaces within the VPC.VPC network to place fleet instance network interfaces.