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).
|