Registry.Builder |
Registry.Builder.aliases(Collection<RegistryAlias> aliases) |
An array of objects that represents the aliases for a public registry.
|
Registry.Builder |
Registry.Builder.aliases(Consumer<RegistryAlias.Builder>... aliases) |
An array of objects that represents the aliases for a public registry.
|
Registry.Builder |
Registry.Builder.aliases(RegistryAlias... aliases) |
An array of objects that represents the aliases for a public registry.
|
static Registry.Builder |
Registry.builder() |
|
Registry.Builder |
Registry.Builder.registryArn(String registryArn) |
The Amazon Resource Name (ARN) of the public registry.
|
Registry.Builder |
Registry.Builder.registryId(String registryId) |
The Amazon Web Services account ID that's associated with the registry.
|
Registry.Builder |
Registry.Builder.registryUri(String registryUri) |
The URI of a public registry.
|
Registry.Builder |
Registry.toBuilder() |
|
Registry.Builder |
Registry.Builder.verified(Boolean verified) |
Indicates whether the account is a verified Amazon Web Services Marketplace vendor.
|