Interface JobConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JobConfig.Builder,
,JobConfig> SdkBuilder<JobConfig.Builder,
,JobConfig> SdkPojo
- Enclosing class:
JobConfig
-
Method Summary
Modifier and TypeMethodDescriptionbuildComputeType
(String buildComputeType) Specifies the size of the build instance.buildComputeType
(BuildComputeType buildComputeType) Specifies the size of the build instance.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
buildComputeType
Specifies the size of the build instance. Amplify supports three instance sizes:
STANDARD_8GB
,LARGE_16GB
, andXLARGE_72GB
. If you don't specify a value, Amplify uses theSTANDARD_8GB
default.The following list describes the CPU, memory, and storage capacity for each build instance type:
- STANDARD_8GB
-
-
vCPUs: 4
-
Memory: 8 GiB
-
Disk space: 128 GB
-
- LARGE_16GB
-
-
vCPUs: 8
-
Memory: 16 GiB
-
Disk space: 128 GB
-
- XLARGE_72GB
-
-
vCPUs: 36
-
Memory: 72 GiB
-
Disk space: 256 GB
-
- Parameters:
buildComputeType
- Specifies the size of the build instance. Amplify supports three instance sizes:STANDARD_8GB
,LARGE_16GB
, andXLARGE_72GB
. If you don't specify a value, Amplify uses theSTANDARD_8GB
default.The following list describes the CPU, memory, and storage capacity for each build instance type:
- STANDARD_8GB
-
-
vCPUs: 4
-
Memory: 8 GiB
-
Disk space: 128 GB
-
- LARGE_16GB
-
-
vCPUs: 8
-
Memory: 16 GiB
-
Disk space: 128 GB
-
- XLARGE_72GB
-
-
vCPUs: 36
-
Memory: 72 GiB
-
Disk space: 256 GB
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
buildComputeType
Specifies the size of the build instance. Amplify supports three instance sizes:
STANDARD_8GB
,LARGE_16GB
, andXLARGE_72GB
. If you don't specify a value, Amplify uses theSTANDARD_8GB
default.The following list describes the CPU, memory, and storage capacity for each build instance type:
- STANDARD_8GB
-
-
vCPUs: 4
-
Memory: 8 GiB
-
Disk space: 128 GB
-
- LARGE_16GB
-
-
vCPUs: 8
-
Memory: 16 GiB
-
Disk space: 128 GB
-
- XLARGE_72GB
-
-
vCPUs: 36
-
Memory: 72 GiB
-
Disk space: 256 GB
-
- Parameters:
buildComputeType
- Specifies the size of the build instance. Amplify supports three instance sizes:STANDARD_8GB
,LARGE_16GB
, andXLARGE_72GB
. If you don't specify a value, Amplify uses theSTANDARD_8GB
default.The following list describes the CPU, memory, and storage capacity for each build instance type:
- STANDARD_8GB
-
-
vCPUs: 4
-
Memory: 8 GiB
-
Disk space: 128 GB
-
- LARGE_16GB
-
-
vCPUs: 8
-
Memory: 16 GiB
-
Disk space: 128 GB
-
- XLARGE_72GB
-
-
vCPUs: 36
-
Memory: 72 GiB
-
Disk space: 256 GB
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-