Uses of Interface
software.amazon.awssdk.services.ecrpublic.model.RegistryAlias.Builder
-
Packages that use RegistryAlias.Builder Package Description software.amazon.awssdk.services.ecrpublic.model -
-
Uses of RegistryAlias.Builder in software.amazon.awssdk.services.ecrpublic.model
Methods in software.amazon.awssdk.services.ecrpublic.model that return RegistryAlias.Builder Modifier and Type Method Description static RegistryAlias.BuilderRegistryAlias. builder()RegistryAlias.BuilderRegistryAlias.Builder. defaultRegistryAlias(Boolean defaultRegistryAlias)Indicates whether the registry alias is the default alias for the registry.RegistryAlias.BuilderRegistryAlias.Builder. name(String name)The name of the registry alias.RegistryAlias.BuilderRegistryAlias.Builder. primaryRegistryAlias(Boolean primaryRegistryAlias)Indicates whether the registry alias is the primary alias for the registry.RegistryAlias.BuilderRegistryAlias.Builder. status(String status)The status of the registry alias.RegistryAlias.BuilderRegistryAlias.Builder. status(RegistryAliasStatus status)The status of the registry alias.RegistryAlias.BuilderRegistryAlias. toBuilder()Methods in software.amazon.awssdk.services.ecrpublic.model that return types with arguments of type RegistryAlias.Builder Modifier and Type Method Description static Class<? extends RegistryAlias.Builder>RegistryAlias. serializableBuilderClass()
-