@Stability(value=Stable) public static final class CfnDataset.ResourceConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.ResourceConfigurationProperty>
CfnDataset.ResourceConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataset.ResourceConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataset.ResourceConfigurationProperty.Builder |
computeType(String computeType)
Sets the value of
CfnDataset.ResourceConfigurationProperty.getComputeType() |
CfnDataset.ResourceConfigurationProperty.Builder |
volumeSizeInGb(Number volumeSizeInGb)
Sets the value of
CfnDataset.ResourceConfigurationProperty.getVolumeSizeInGb() |
@Stability(value=Stable) public CfnDataset.ResourceConfigurationProperty.Builder computeType(String computeType)
CfnDataset.ResourceConfigurationProperty.getComputeType()computeType - The type of the compute resource used to execute the `containerAction` . This parameter is required.
Possible values are: ACU_1 (vCPU=4, memory=16 GiB) or ACU_2 (vCPU=8, memory=32 GiB).this@Stability(value=Stable) public CfnDataset.ResourceConfigurationProperty.Builder volumeSizeInGb(Number volumeSizeInGb)
CfnDataset.ResourceConfigurationProperty.getVolumeSizeInGb()volumeSizeInGb - The size, in GB, of the persistent storage available to the resource instance used to execute the `containerAction` (min: 1, max: 50). This parameter is required.this@Stability(value=Stable) public CfnDataset.ResourceConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.ResourceConfigurationProperty>CfnDataset.ResourceConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.