Interface RegistryId.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RegistryId.Builder,RegistryId>, SdkBuilder<RegistryId.Builder,RegistryId>, SdkPojo
Enclosing class:
RegistryId

public static interface RegistryId.Builder extends SdkPojo, CopyableBuilder<RegistryId.Builder,RegistryId>
  • Method Details

    • registryName

      RegistryId.Builder registryName(String registryName)

      Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.

      Parameters:
      registryName - Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • registryArn

      RegistryId.Builder registryArn(String registryArn)

      Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.

      Parameters:
      registryArn - Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.
      Returns:
      Returns a reference to this object so that method calls can be chained together.