| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDatasetAction |
ContainerDatasetAction.clone() |
ContainerDatasetAction |
DatasetAction.getContainerAction()
Information that allows the system to run a containerized application to create the dataset contents.
|
ContainerDatasetAction |
ContainerDatasetAction.withExecutionRoleArn(String executionRoleArn)
The ARN of the role that gives permission to the system to access required resources to run the
containerAction. |
ContainerDatasetAction |
ContainerDatasetAction.withImage(String image)
The ARN of the Docker container stored in your account.
|
ContainerDatasetAction |
ContainerDatasetAction.withResourceConfiguration(ResourceConfiguration resourceConfiguration)
Configuration of the resource that executes the
containerAction. |
ContainerDatasetAction |
ContainerDatasetAction.withVariables(Collection<Variable> variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
ContainerDatasetAction |
ContainerDatasetAction.withVariables(Variable... variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatasetAction.setContainerAction(ContainerDatasetAction containerAction)
Information that allows the system to run a containerized application to create the dataset contents.
|
DatasetAction |
DatasetAction.withContainerAction(ContainerDatasetAction containerAction)
Information that allows the system to run a containerized application to create the dataset contents.
|
Copyright © 2025. All rights reserved.