Class ComputeConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codebuild.ComputeConfiguration.Jsii$Proxy
- All Implemented Interfaces:
ComputeConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ComputeConfiguration
@Stability(Stable)
@Internal
public static final class ComputeConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ComputeConfiguration
An implementation for
ComputeConfiguration-
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.ComputeConfiguration
ComputeConfiguration.Builder, ComputeConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ComputeConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theComputeConfiguration.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 SizegetDisk()The amount of disk space of the instance type included in your fleet.final MachineTypeThe machine type of the instance type included in your fleet.final SizeThe amount of memory of the instance type included in your fleet.final NumbergetVCpu()The number of vCPUs of the instance type included in your 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 theComputeConfiguration.Builder.
-
-
Method Details
-
getDisk
Description copied from interface:ComputeConfigurationThe amount of disk space of the instance type included in your fleet.Default: - No requirement, the actual value will be based on the other selected configuration properties
- Specified by:
getDiskin interfaceComputeConfiguration
-
getMachineType
Description copied from interface:ComputeConfigurationThe machine type of the instance type included in your fleet.Default: - No requirement, the actual value will be based on the other selected configuration properties
- Specified by:
getMachineTypein interfaceComputeConfiguration
-
getMemory
Description copied from interface:ComputeConfigurationThe amount of memory of the instance type included in your fleet.Default: - No requirement, the actual value will be based on the other selected configuration properties
- Specified by:
getMemoryin interfaceComputeConfiguration
-
getVCpu
Description copied from interface:ComputeConfigurationThe number of vCPUs of the instance type included in your fleet.Default: - No requirement, the actual value will be based on the other selected configuration properties
- Specified by:
getVCpuin interfaceComputeConfiguration
-
$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()
-