@Stability(value=Stable) public static final class CfnService.ImageRepositoryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.ImageRepositoryProperty>
CfnService.ImageRepositoryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.ImageRepositoryProperty |
build()
Builds the configured instance.
|
CfnService.ImageRepositoryProperty.Builder |
imageConfiguration(CfnService.ImageConfigurationProperty imageConfiguration)
Sets the value of
CfnService.ImageRepositoryProperty.getImageConfiguration() |
CfnService.ImageRepositoryProperty.Builder |
imageConfiguration(IResolvable imageConfiguration)
Sets the value of
CfnService.ImageRepositoryProperty.getImageConfiguration() |
CfnService.ImageRepositoryProperty.Builder |
imageIdentifier(String imageIdentifier)
Sets the value of
CfnService.ImageRepositoryProperty.getImageIdentifier() |
CfnService.ImageRepositoryProperty.Builder |
imageRepositoryType(String imageRepositoryType)
Sets the value of
CfnService.ImageRepositoryProperty.getImageRepositoryType() |
@Stability(value=Stable) public CfnService.ImageRepositoryProperty.Builder imageIdentifier(String imageIdentifier)
CfnService.ImageRepositoryProperty.getImageIdentifier()imageIdentifier - The identifier of an image. This parameter is required.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide .this@Stability(value=Stable) public CfnService.ImageRepositoryProperty.Builder imageRepositoryType(String imageRepositoryType)
CfnService.ImageRepositoryProperty.getImageRepositoryType()imageRepositoryType - The type of the image repository. This parameter is required.
This reflects the repository provider and whether the repository is private or public.this@Stability(value=Stable) public CfnService.ImageRepositoryProperty.Builder imageConfiguration(CfnService.ImageConfigurationProperty imageConfiguration)
CfnService.ImageRepositoryProperty.getImageConfiguration()imageConfiguration - Configuration for running the identified image.this@Stability(value=Stable) public CfnService.ImageRepositoryProperty.Builder imageConfiguration(IResolvable imageConfiguration)
CfnService.ImageRepositoryProperty.getImageConfiguration()imageConfiguration - Configuration for running the identified image.this@Stability(value=Stable) public CfnService.ImageRepositoryProperty build()
build in interface software.amazon.jsii.Builder<CfnService.ImageRepositoryProperty>CfnService.ImageRepositoryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.