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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.ComputeConfiguration
ComputeConfiguration.Builder, ComputeConfiguration.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(ComputeConfiguration.Builder builder) Constructor that initializes the object based on literal property values passed by theComputeConfiguration.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 Size
getDisk()
When using ATTRIBUTE_BASED, the amount of disk space of the instance type included in your fleet.final InstanceType
When using CUSTOM_INSTANCE_TYPE, the EC2 instance type to use for fleet instances.final MachineType
When using ATTRIBUTE_BASED, the machine type of the instance type included in your fleet.final Size
When using ATTRIBUTE_BASED, the amount of memory of the instance type included in your fleet.final Number
getVCpu()
When using ATTRIBUTE_BASED, the number of vCPUs of the instance type included in your 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 theComputeConfiguration.Builder
.
-
-
Method Details
-
getDisk
Description copied from interface:ComputeConfiguration
When using ATTRIBUTE_BASED, the amount of disk space of the instance type included in your fleet.When using CUSTOM_INSTANCE_TYPE, the additional amount of disk space to provision over the 64GB included by default.
Default: - No requirement, the actual value will be based on the other selected configuration properties
- Specified by:
getDisk
in interfaceComputeConfiguration
-
getInstanceType
Description copied from interface:ComputeConfiguration
When using CUSTOM_INSTANCE_TYPE, the EC2 instance type to use for fleet instances.Not all instance types are supported by CodeBuild. If you use a disallowed type, the CloudFormation deployment will fail.
Default: none
- Specified by:
getInstanceType
in interfaceComputeConfiguration
- See Also:
-
getMachineType
Description copied from interface:ComputeConfiguration
When using ATTRIBUTE_BASED, the 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:
getMachineType
in interfaceComputeConfiguration
-
getMemory
Description copied from interface:ComputeConfiguration
When using ATTRIBUTE_BASED, the 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:
getMemory
in interfaceComputeConfiguration
-
getVCpu
Description copied from interface:ComputeConfiguration
When using ATTRIBUTE_BASED, the 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:
getVCpu
in interfaceComputeConfiguration
-
$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()
-