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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.FleetProps
FleetProps.Builder, FleetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(FleetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theFleetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Number
The number of machines allocated to the compute fleet.final FleetComputeType
The instance type of the compute fleet.final EnvironmentType
The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.final String
The name of the Fleet.final int
hashCode()
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:FleetProps
The number of machines allocated to the compute fleet. Defines the number of builds that can run in parallel.Minimum value of 1.
- Specified by:
getBaseCapacity
in interfaceFleetProps
-
getComputeType
Description copied from interface:FleetProps
The instance type of the compute fleet.- Specified by:
getComputeType
in interfaceFleetProps
- See Also:
-
getEnvironmentType
Description copied from interface:FleetProps
The build environment (operating system/architecture/accelerator) type made available to projects using this fleet.- Specified by:
getEnvironmentType
in interfaceFleetProps
-
getFleetName
Description copied from interface:FleetProps
The name of the Fleet.Default: - CloudFormation generated name
- Specified by:
getFleetName
in interfaceFleetProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-