@Stability(value=Stable) public static final class CfnDataset.ContainerActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataset.ContainerActionProperty>
CfnDataset.ContainerActionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder executionRoleArn(String executionRoleArn)
CfnDataset.ContainerActionProperty.getExecutionRoleArn()executionRoleArn - The ARN of the role which gives permission to the system to access needed resources in order to run the "containerAction". This parameter is required.
This includes, at minimum, permission to retrieve the data set contents which are the input to the containerized application.this@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder image(String image)
CfnDataset.ContainerActionProperty.getImage()image - The ARN of the Docker container stored in your account. This parameter is required.
The Docker container contains an application and needed support libraries and is used to generate data set contents.this@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder resourceConfiguration(CfnDataset.ResourceConfigurationProperty resourceConfiguration)
CfnDataset.ContainerActionProperty.getResourceConfiguration()resourceConfiguration - Configuration of the resource which executes the "containerAction". This parameter is required.this@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder resourceConfiguration(IResolvable resourceConfiguration)
CfnDataset.ContainerActionProperty.getResourceConfiguration()resourceConfiguration - Configuration of the resource which executes the "containerAction". This parameter is required.this@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder variables(IResolvable variables)
CfnDataset.ContainerActionProperty.getVariables()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".this@Stability(value=Stable) public CfnDataset.ContainerActionProperty.Builder variables(List<? extends Object> variables)
CfnDataset.ContainerActionProperty.getVariables()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".this@Stability(value=Stable) public CfnDataset.ContainerActionProperty build()
build in interface software.amazon.jsii.Builder<CfnDataset.ContainerActionProperty>CfnDataset.ContainerActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.