@Generated(value="software.amazon.awssdk:codegen") public final class ContainerDatasetAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerDatasetAction.Builder,ContainerDatasetAction>
Information needed to run the "containerAction" to produce data set contents.
Modifier and Type | Class and Description |
---|---|
static interface |
ContainerDatasetAction.Builder |
Modifier and Type | Method and Description |
---|---|
static ContainerDatasetAction.Builder |
builder() |
boolean |
equals(Object obj) |
String |
executionRoleArn()
The ARN of the role which gives permission to the system to access needed resources in order to run the
"containerAction".
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
image()
The ARN of the Docker container stored in your account.
|
ResourceConfiguration |
resourceConfiguration()
Configuration of the resource which executes the "containerAction".
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerDatasetAction.Builder> |
serializableBuilderClass() |
ContainerDatasetAction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
List<Variable> |
variables()
The values of variables used within the context of the execution of the containerized application (basically,
parameters passed to the application).
|
copy
public String image()
The ARN of the Docker container stored in your account. The Docker container contains an application and needed support libraries and is used to generate data set contents.
public String executionRoleArn()
The ARN of the role which gives permission to the system to access needed resources in order to run the "containerAction". This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.
public ResourceConfiguration resourceConfiguration()
Configuration of the resource which executes the "containerAction".
public List<Variable> variables()
The values of variables used within the context of the execution of the containerized application (basically, parameters passed to the application). Each variable must have a name and a value given by one of "stringValue", "datasetContentVersionValue", or "outputFileUriValue".
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ContainerDatasetAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ContainerDatasetAction.Builder,ContainerDatasetAction>
public static ContainerDatasetAction.Builder builder()
public static Class<? extends ContainerDatasetAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.