@Stability(value=Experimental) public static final class RepositoryImageProps.Builder extends Object implements software.amazon.jsii.Builder<RepositoryImageProps>
RepositoryImageProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RepositoryImageProps |
build()
Builds the configured instance.
|
RepositoryImageProps.Builder |
credentials(ISecret credentials)
Sets the value of
RepositoryImageProps.getCredentials() |
@Stability(value=Experimental) public RepositoryImageProps.Builder credentials(ISecret credentials)
RepositoryImageProps.getCredentials()credentials - The secret to expose to the container that contains the credentials for the image repository.
The supported value is the full ARN of an AWS Secrets Manager secret.this@Stability(value=Experimental) public RepositoryImageProps build()
build in interface software.amazon.jsii.Builder<RepositoryImageProps>RepositoryImagePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.