@Stability(value=Stable) public static final class DockerImageAssetLocation.Builder extends Object
DockerImageAssetLocation| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageAssetLocation |
build()
Builds the configured instance.
|
DockerImageAssetLocation.Builder |
imageUri(String imageUri)
Sets the value of ImageUri
|
DockerImageAssetLocation.Builder |
repositoryName(String repositoryName)
Sets the value of RepositoryName
|
@Stability(value=Stable) public DockerImageAssetLocation.Builder imageUri(String imageUri)
imageUri - The URI of the image in Amazon ECR. This parameter is required.this@Stability(value=Stable) public DockerImageAssetLocation.Builder repositoryName(String repositoryName)
repositoryName - The name of the ECR repository. This parameter is required.this@Stability(value=Stable) public DockerImageAssetLocation build()
DockerImageAssetLocationNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.