| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceConfiguration |
ResourceConfiguration.clone() |
ResourceConfiguration |
ContainerDatasetAction.getResourceConfiguration()
Configuration of the resource that executes the
containerAction. |
ResourceConfiguration |
ResourceConfiguration.withComputeType(ComputeType computeType)
The type of the compute resource used to execute the
containerAction. |
ResourceConfiguration |
ResourceConfiguration.withComputeType(String computeType)
The type of the compute resource used to execute the
containerAction. |
ResourceConfiguration |
ResourceConfiguration.withVolumeSizeInGB(Integer volumeSizeInGB)
The size, in GB, of the persistent storage available to the resource instance used to execute the
containerAction (min: 1, max: 50). |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerDatasetAction.setResourceConfiguration(ResourceConfiguration resourceConfiguration)
Configuration of the resource that executes the
containerAction. |
ContainerDatasetAction |
ContainerDatasetAction.withResourceConfiguration(ResourceConfiguration resourceConfiguration)
Configuration of the resource that executes the
containerAction. |
Copyright © 2023. All rights reserved.