@Stability(value=Stable) public static final class CfnContainerRecipe.TargetContainerRepositoryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContainerRecipe.TargetContainerRepositoryProperty>
CfnContainerRecipe.TargetContainerRepositoryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContainerRecipe.TargetContainerRepositoryProperty |
build()
Builds the configured instance.
|
CfnContainerRecipe.TargetContainerRepositoryProperty.Builder |
repositoryName(String repositoryName)
Sets the value of
CfnContainerRecipe.TargetContainerRepositoryProperty.getRepositoryName() |
CfnContainerRecipe.TargetContainerRepositoryProperty.Builder |
service(String service)
Sets the value of
CfnContainerRecipe.TargetContainerRepositoryProperty.getService() |
@Stability(value=Stable) public CfnContainerRecipe.TargetContainerRepositoryProperty.Builder repositoryName(String repositoryName)
CfnContainerRecipe.TargetContainerRepositoryProperty.getRepositoryName()repositoryName - The name of the container repository where the output container image is stored.
This name is prefixed by the repository location.this@Stability(value=Stable) public CfnContainerRecipe.TargetContainerRepositoryProperty.Builder service(String service)
CfnContainerRecipe.TargetContainerRepositoryProperty.getService()service - Specifies the service in which this image was registered.this@Stability(value=Stable) public CfnContainerRecipe.TargetContainerRepositoryProperty build()
build in interface software.amazon.jsii.Builder<CfnContainerRecipe.TargetContainerRepositoryProperty>CfnContainerRecipe.TargetContainerRepositoryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.