| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerDatasetAction.Builder |
ContainerDatasetAction.builder() |
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.executionRoleArn(String executionRoleArn)
The ARN of the role that gives permission to the system to access required resources to run the
containerAction. |
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.image(String image)
The ARN of the Docker container stored in your account.
|
default ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.resourceConfiguration(Consumer<ResourceConfiguration.Builder> resourceConfiguration)
Configuration of the resource that executes the
containerAction. |
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.resourceConfiguration(ResourceConfiguration resourceConfiguration)
Configuration of the resource that executes the
containerAction. |
ContainerDatasetAction.Builder |
ContainerDatasetAction.toBuilder() |
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.variables(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.Builder |
ContainerDatasetAction.Builder.variables(Consumer<Variable.Builder>... variables)
The values of variables used in the context of the execution of the containerized application (basically,
parameters passed to the application).
|
ContainerDatasetAction.Builder |
ContainerDatasetAction.Builder.variables(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 |
|---|---|
static Class<? extends ContainerDatasetAction.Builder> |
ContainerDatasetAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DatasetAction.Builder |
DatasetAction.Builder.containerAction(Consumer<ContainerDatasetAction.Builder> containerAction)
Information that allows the system to run a containerized application to create the dataset contents.
|
Copyright © 2023. All rights reserved.