@Stability(value=Experimental) public static final class DockerImageConfig.Builder extends Object
DockerImageConfig| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DockerImageConfig |
build()
Builds the configured instance.
|
DockerImageConfig.Builder |
withImageUri(String value)
Sets the value of ImageUri
|
@Stability(value=Experimental) public DockerImageConfig.Builder withImageUri(String value)
value - The fully qualified URI of the Docker image.this@Stability(value=Experimental) public DockerImageConfig build()
DockerImageConfigNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.