public static interface Registry.Builder extends SdkPojo, CopyableBuilder<Registry.Builder,Registry>
| Modifier and Type | Method and Description |
|---|---|
Registry.Builder |
aliases(Collection<RegistryAlias> aliases)
An array of objects that represents the aliases for a public registry.
|
Registry.Builder |
aliases(Consumer<RegistryAlias.Builder>... aliases)
An array of objects that represents the aliases for a public registry.
|
Registry.Builder |
aliases(RegistryAlias... aliases)
An array of objects that represents the aliases for a public registry.
|
Registry.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the public registry.
|
Registry.Builder |
registryId(String registryId)
The Amazon Web Services account ID that's associated with the registry.
|
Registry.Builder |
registryUri(String registryUri)
The URI of a public registry.
|
Registry.Builder |
verified(Boolean verified)
Indicates whether the account is a verified Amazon Web Services Marketplace vendor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistry.Builder registryId(String registryId)
The Amazon Web Services account ID that's associated with the registry. If you do not specify a registry, the default public registry is assumed.
registryId - The Amazon Web Services account ID that's associated with the registry. If you do not specify a
registry, the default public registry is assumed.Registry.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the public registry.
registryArn - The Amazon Resource Name (ARN) of the public registry.Registry.Builder registryUri(String registryUri)
The URI of a public registry. The URI contains a universal prefix and the registry alias.
registryUri - The URI of a public registry. The URI contains a universal prefix and the registry alias.Registry.Builder verified(Boolean verified)
Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.
verified - Indicates whether the account is a verified Amazon Web Services Marketplace vendor. If an account is
verified, each public repository receives a verified account badge on the Amazon ECR Public Gallery.Registry.Builder aliases(Collection<RegistryAlias> aliases)
An array of objects that represents the aliases for a public registry.
aliases - An array of objects that represents the aliases for a public registry.Registry.Builder aliases(RegistryAlias... aliases)
An array of objects that represents the aliases for a public registry.
aliases - An array of objects that represents the aliases for a public registry.Registry.Builder aliases(Consumer<RegistryAlias.Builder>... aliases)
An array of objects that represents the aliases for a public registry.
This is a convenience method that creates an instance of theRegistryAlias.Builder avoiding the need to create one
manually via RegistryAlias.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #aliases(List.
aliases - a consumer that will call methods on
RegistryAlias.Builder#aliases(java.util.Collection) Copyright © 2023. All rights reserved.