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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryCatalogData.BuilderdisplayName(String displayName)The display name for a public registry.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-