public static interface RegistryId.Builder extends SdkPojo, CopyableBuilder<RegistryId.Builder,RegistryId>
| Modifier and Type | Method and Description |
|---|---|
RegistryId.Builder |
registryArn(String registryArn)
Arn of the registry to be updated.
|
RegistryId.Builder |
registryName(String registryName)
Name of the registry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRegistryId.Builder registryName(String registryName)
Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has
to be provided.
registryName - Name of the registry. Used only for lookup. One of RegistryArn or
RegistryName has to be provided.RegistryId.Builder registryArn(String registryArn)
Arn of the registry to be updated. One of RegistryArn or RegistryName has to be
provided.
registryArn - Arn of the registry to be updated. One of RegistryArn or RegistryName has to
be provided.Copyright © 2023. All rights reserved.