public static interface ResourceConfiguration.Builder extends SdkPojo, CopyableBuilder<ResourceConfiguration.Builder,ResourceConfiguration>
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration.Builder |
computeType(ComputeType computeType)
The type of the compute resource used to execute the "containerAction".
|
ResourceConfiguration.Builder |
computeType(String computeType)
The type of the compute resource used to execute the "containerAction".
|
ResourceConfiguration.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size (in GB) of the persistent storage available to the resource instance used to execute the
"containerAction" (min: 1, max: 50).
|
copy
applyMutation, build
ResourceConfiguration.Builder computeType(String computeType)
The type of the compute resource used to execute the "containerAction". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).
computeType
- The type of the compute resource used to execute the "containerAction". Possible values are: ACU_1
(vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).ComputeType
,
ComputeType
ResourceConfiguration.Builder computeType(ComputeType computeType)
The type of the compute resource used to execute the "containerAction". Possible values are: ACU_1 (vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).
computeType
- The type of the compute resource used to execute the "containerAction". Possible values are: ACU_1
(vCPU=4, memory=16GiB) or ACU_2 (vCPU=8, memory=32GiB).ComputeType
,
ComputeType
ResourceConfiguration.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size (in GB) of the persistent storage available to the resource instance used to execute the "containerAction" (min: 1, max: 50).
volumeSizeInGB
- The size (in GB) of the persistent storage available to the resource instance used to execute the
"containerAction" (min: 1, max: 50).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.