Interface RegistryCatalogData.Builder

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

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

    • displayName

      RegistryCatalogData.Builder displayName(String displayName)

      The display name for a public registry. This appears on the Amazon ECR Public Gallery.

      Only accounts that have the verified account badge can have a registry display name.

      Parameters:
      displayName - The display name for a public registry. This appears on the Amazon ECR Public Gallery.

      Only accounts that have the verified account badge can have a registry display name.

      Returns:
      Returns a reference to this object so that method calls can be chained together.