public static interface RegistryAlias.Builder extends SdkPojo, CopyableBuilder<RegistryAlias.Builder,RegistryAlias>
| Modifier and Type | Method and Description |
|---|---|
RegistryAlias.Builder |
defaultRegistryAlias(Boolean defaultRegistryAlias)
Whether or not the registry alias is the default alias for the registry.
|
RegistryAlias.Builder |
name(String name)
The name of the registry alias.
|
RegistryAlias.Builder |
primaryRegistryAlias(Boolean primaryRegistryAlias)
Whether or not the registry alias is the primary alias for the registry.
|
RegistryAlias.Builder |
status(RegistryAliasStatus status)
The status of the registry alias.
|
RegistryAlias.Builder |
status(String status)
The status of the registry alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistryAlias.Builder name(String name)
The name of the registry alias.
name - The name of the registry alias.RegistryAlias.Builder status(String status)
The status of the registry alias.
status - The status of the registry alias.RegistryAliasStatus,
RegistryAliasStatusRegistryAlias.Builder status(RegistryAliasStatus status)
The status of the registry alias.
status - The status of the registry alias.RegistryAliasStatus,
RegistryAliasStatusRegistryAlias.Builder primaryRegistryAlias(Boolean primaryRegistryAlias)
Whether or not the registry alias is the primary alias for the registry. If true, the alias is the primary
registry alias and is displayed in both the repository URL and the image URI used in the
docker pull commands on the Amazon ECR Public Gallery.
A registry alias that is not the primary registry alias can be used in the repository URI in a
docker pull command.
primaryRegistryAlias - Whether or not the registry alias is the primary alias for the registry. If true, the alias is the
primary registry alias and is displayed in both the repository URL and the image URI used in the
docker pull commands on the Amazon ECR Public Gallery.
A registry alias that is not the primary registry alias can be used in the repository URI in a
docker pull command.
RegistryAlias.Builder defaultRegistryAlias(Boolean defaultRegistryAlias)
Whether or not the registry alias is the default alias for the registry. When the first public repository is created, your public registry is assigned a default registry alias.
defaultRegistryAlias - Whether or not the registry alias is the default alias for the registry. When the first public
repository is created, your public registry is assigned a default registry alias.Copyright © 2021. All rights reserved.