| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerDatasetAction |
ContainerDatasetAction.clone() |
ContainerDatasetAction |
DatasetAction.getContainerAction()
Information which allows the system to run a containerized application in order to create the data set contents.
|
ContainerDatasetAction |
ContainerDatasetAction.withExecutionRoleArn(String executionRoleArn)
The ARN of the role which gives permission to the system to access needed resources in order 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 which executes the "containerAction".
|
ContainerDatasetAction |
ContainerDatasetAction.withVariables(Collection<Variable> variables)
The values of variables used within 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 within 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 which allows the system to run a containerized application in order to create the data set contents.
|
DatasetAction |
DatasetAction.withContainerAction(ContainerDatasetAction containerAction)
Information which allows the system to run a containerized application in order to create the data set contents.
|
Copyright © 2020. All rights reserved.