@Stability(value=Stable) public static final class CodeDeployEcsContainerImageInput.Builder extends Object
CodeDeployEcsContainerImageInput| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CodeDeployEcsContainerImageInput |
build()
Builds the configured instance.
|
CodeDeployEcsContainerImageInput.Builder |
input(Artifact input)
Sets the value of Input
|
CodeDeployEcsContainerImageInput.Builder |
taskDefinitionPlaceholder(String taskDefinitionPlaceholder)
Sets the value of TaskDefinitionPlaceholder
|
@Stability(value=Stable) public CodeDeployEcsContainerImageInput.Builder input(Artifact input)
input - The artifact that contains an `imageDetails.json` file with the image URI. This parameter is required.this@Stability(value=Stable) public CodeDeployEcsContainerImageInput.Builder taskDefinitionPlaceholder(String taskDefinitionPlaceholder)
taskDefinitionPlaceholder - The placeholder string in the ECS task definition template file that will be replaced with the image URI.this@Stability(value=Stable) public CodeDeployEcsContainerImageInput build()
CodeDeployEcsContainerImageInputNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.