public static final class CfnContainerRecipe.TargetContainerRepositoryProperty.Builder
extends java.lang.Object
CfnContainerRecipe.TargetContainerRepositoryProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnContainerRecipe.TargetContainerRepositoryProperty |
build()
Builds the configured instance.
|
CfnContainerRecipe.TargetContainerRepositoryProperty.Builder |
repositoryName(java.lang.String repositoryName)
Sets the value of
CfnContainerRecipe.TargetContainerRepositoryProperty.getRepositoryName() |
CfnContainerRecipe.TargetContainerRepositoryProperty.Builder |
service(java.lang.String service)
Sets the value of
CfnContainerRecipe.TargetContainerRepositoryProperty.getService() |
public CfnContainerRecipe.TargetContainerRepositoryProperty.Builder repositoryName(java.lang.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
public CfnContainerRecipe.TargetContainerRepositoryProperty.Builder service(java.lang.String service)
CfnContainerRecipe.TargetContainerRepositoryProperty.getService()
service
- Specifies the service in which this image was registered.this
public CfnContainerRecipe.TargetContainerRepositoryProperty build()
CfnContainerRecipe.TargetContainerRepositoryProperty
java.lang.NullPointerException
- if any required attribute was not provided