Class FleetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.FleetProps.Jsii$Proxy
- All Implemented Interfaces:
FleetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FleetProps
@Stability(Stable)
@Internal
public static final class FleetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FleetProps
An implementation for
FleetProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.FleetProps
FleetProps.Builder, FleetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FleetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFleetProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe number of machines allocated to the compute fleet.final ComputeConfigurationThe compute configuration of the compute fleet.final FleetComputeTypeThe instance type of the compute fleet.final EnvironmentTypeThe build environment (operating system/architecture/accelerator) type made available to projects using this fleet.final StringThe name of the Fleet.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theFleetProps.Builder.
-
-
Method Details
-
getBaseCapacity
Description copied from interface:FleetPropsThe number of machines allocated to the compute fleet. Defines the number of builds that can run in parallel.Minimum value of 1.
- Specified by:
getBaseCapacityin interfaceFleetProps
-
getComputeType
Description copied from interface:FleetPropsThe instance type of the compute fleet.- Specified by:
getComputeTypein interfaceFleetProps- See Also:
-
getEnvironmentType
Description copied from interface:FleetPropsThe build environment (operating system/architecture/accelerator) type made available to projects using this fleet.- Specified by:
getEnvironmentTypein interfaceFleetProps
-
getComputeConfiguration
Description copied from interface:FleetPropsThe compute configuration of the compute fleet.This is only required if
computeTypeis set to ATTRIBUTE_BASED.Default: - do not specify compute configuration
- Specified by:
getComputeConfigurationin interfaceFleetProps- See Also:
-
getFleetName
Description copied from interface:FleetPropsThe name of the Fleet.Default: - CloudFormation generated name
- Specified by:
getFleetNamein interfaceFleetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-