Uses of Class
software.amazon.awscdk.services.codebuild.CfnFleet.Builder
Packages that use CfnFleet.Builder
-
Uses of CfnFleet.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return CfnFleet.BuilderModifier and TypeMethodDescriptionCfnFleet.Builder.baseCapacity(Number baseCapacity) The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in parallel.CfnFleet.Builder.computeType(String computeType) Information about the compute resources the compute fleet uses.static CfnFleet.BuilderCfnFleet.Builder.environmentType(String environmentType) The environment type of the compute fleet.CfnFleet.Builder.fleetServiceRole(String fleetServiceRole) The service role associated with the compute fleet.CfnFleet.Builder.fleetVpcConfig(IResolvable fleetVpcConfig) Information about the VPC configuration that AWS CodeBuild accesses.CfnFleet.Builder.fleetVpcConfig(CfnFleet.VpcConfigProperty fleetVpcConfig) Information about the VPC configuration that AWS CodeBuild accesses.The Amazon Machine Image (AMI) of the compute fleet.The name of the compute fleet.CfnFleet.Builder.overflowBehavior(String overflowBehavior) The compute fleet overflow behavior.A list of tag key and value pairs associated with this compute fleet.