@Stability(value=Stable) 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=Stable) 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=Stable) public RepositoryImageProps build()
build
in interface software.amazon.jsii.Builder<RepositoryImageProps>
RepositoryImageProps
NullPointerException
- if any required attribute was not providedCopyright © 2020. All rights reserved.