Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnFleetPropsMixin.Builder
Packages that use CfnFleetPropsMixin.Builder
-
Uses of CfnFleetPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.codebuild
Methods in software.amazon.awscdk.cfnpropertymixins.services.codebuild that return CfnFleetPropsMixin.BuilderModifier and TypeMethodDescriptionCfnFleetPropsMixin.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.CfnFleetPropsMixin.Builder.computeConfiguration(CfnFleetPropsMixin.ComputeConfigurationProperty computeConfiguration) The compute configuration of the compute fleet.CfnFleetPropsMixin.Builder.computeConfiguration(IResolvable computeConfiguration) The compute configuration of the compute fleet.CfnFleetPropsMixin.Builder.computeType(String computeType) Information about the compute resources the compute fleet uses.static CfnFleetPropsMixin.BuilderCfnFleetPropsMixin.Builder.create()static CfnFleetPropsMixin.BuilderCfnFleetPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnFleetPropsMixin.Builder.environmentType(String environmentType) The environment type of the compute fleet.CfnFleetPropsMixin.Builder.fleetProxyConfiguration(CfnFleetPropsMixin.ProxyConfigurationProperty fleetProxyConfiguration) Information about the proxy configurations that apply network access control to your reserved capacity instances.CfnFleetPropsMixin.Builder.fleetProxyConfiguration(IResolvable fleetProxyConfiguration) Information about the proxy configurations that apply network access control to your reserved capacity instances.CfnFleetPropsMixin.Builder.fleetServiceRole(String fleetServiceRole) The service role associated with the compute fleet.CfnFleetPropsMixin.Builder.fleetVpcConfig(CfnFleetPropsMixin.VpcConfigProperty fleetVpcConfig) Information about the VPC configuration that AWS CodeBuild accesses.CfnFleetPropsMixin.Builder.fleetVpcConfig(IResolvable 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.CfnFleetPropsMixin.Builder.overflowBehavior(String overflowBehavior) The compute fleet overflow behavior.CfnFleetPropsMixin.Builder.scalingConfiguration(CfnFleetPropsMixin.ScalingConfigurationInputProperty scalingConfiguration) The scaling configuration of the compute fleet.CfnFleetPropsMixin.Builder.scalingConfiguration(IResolvable scalingConfiguration) The scaling configuration of the compute fleet.A list of tag key and value pairs associated with this compute fleet.