@Stability(value=Experimental) public static final class DockerImageOptions.Builder extends Object implements software.amazon.jsii.Builder<DockerImageOptions>
DockerImageOptions
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DockerImageOptions |
build()
Builds the configured instance.
|
DockerImageOptions.Builder |
secretsManagerCredentials(ISecret secretsManagerCredentials)
Sets the value of
DockerImageOptions.getSecretsManagerCredentials() |
@Stability(value=Experimental) public DockerImageOptions.Builder secretsManagerCredentials(ISecret secretsManagerCredentials)
DockerImageOptions.getSecretsManagerCredentials()
secretsManagerCredentials
- The credentials, stored in Secrets Manager, used for accessing the repository holding the image, if the repository is private.this
@Stability(value=Experimental) public DockerImageOptions build()
build
in interface software.amazon.jsii.Builder<DockerImageOptions>
DockerImageOptions
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.