public static interface RepositoryCatalogDataInput.Builder extends SdkPojo, CopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>
| Modifier and Type | Method and Description |
|---|---|
RepositoryCatalogDataInput.Builder |
aboutText(String aboutText)
A detailed description of the contents of the repository.
|
RepositoryCatalogDataInput.Builder |
architectures(Collection<String> architectures)
The system architecture that the images in the repository are compatible with.
|
RepositoryCatalogDataInput.Builder |
architectures(String... architectures)
The system architecture that the images in the repository are compatible with.
|
RepositoryCatalogDataInput.Builder |
description(String description)
A short description of the contents of the repository.
|
RepositoryCatalogDataInput.Builder |
logoImageBlob(SdkBytes logoImageBlob)
The base64-encoded repository logo payload.
|
RepositoryCatalogDataInput.Builder |
operatingSystems(Collection<String> operatingSystems)
The operating systems that the images in the repository are compatible with.
|
RepositoryCatalogDataInput.Builder |
operatingSystems(String... operatingSystems)
The operating systems that the images in the repository are compatible with.
|
RepositoryCatalogDataInput.Builder |
usageText(String usageText)
Detailed information on how to use the contents of the repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryCatalogDataInput.Builder description(String description)
A short description of the contents of the repository. This text appears in both the image details and also when searching for repositories on the Amazon ECR Public Gallery.
description - A short description of the contents of the repository. This text appears in both the image details and
also when searching for repositories on the Amazon ECR Public Gallery.RepositoryCatalogDataInput.Builder architectures(Collection<String> architectures)
The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
architectures - The system architecture that the images in the repository are compatible with. On the Amazon ECR
Public Gallery, the following supported architectures will appear as badges on the repository and are
used as search filters.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
RepositoryCatalogDataInput.Builder architectures(String... architectures)
The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures will appear as badges on the repository and are used as search filters.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
architectures - The system architecture that the images in the repository are compatible with. On the Amazon ECR
Public Gallery, the following supported architectures will appear as badges on the repository and are
used as search filters.
Linux
Windows
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
RepositoryCatalogDataInput.Builder operatingSystems(Collection<String> operatingSystems)
The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
operatingSystems - The operating systems that the images in the repository are compatible with. On the Amazon ECR Public
Gallery, the following supported operating systems will appear as badges on the repository and are
used as search filters.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
RepositoryCatalogDataInput.Builder operatingSystems(String... operatingSystems)
The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems will appear as badges on the repository and are used as search filters.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
operatingSystems - The operating systems that the images in the repository are compatible with. On the Amazon ECR Public
Gallery, the following supported operating systems will appear as badges on the repository and are
used as search filters.
ARM
ARM 64
x86
x86-64
If an unsupported tag is added to your repository catalog data, it will be associated with the repository and can be retrieved using the API but will not be discoverable in the Amazon ECR Public Gallery.
RepositoryCatalogDataInput.Builder logoImageBlob(SdkBytes logoImageBlob)
The base64-encoded repository logo payload.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
logoImageBlob - The base64-encoded repository logo payload. The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
RepositoryCatalogDataInput.Builder aboutText(String aboutText)
A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
aboutText - A detailed description of the contents of the repository. It is publicly visible in the Amazon ECR
Public Gallery. The text must be in markdown format.RepositoryCatalogDataInput.Builder usageText(String usageText)
Detailed information on how to use the contents of the repository. It is publicly visible in the Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage details for users of the repository. The text must be in markdown format.
usageText - Detailed information on how to use the contents of the repository. It is publicly visible in the
Amazon ECR Public Gallery. The usage text provides context, support information, and additional usage
details for users of the repository. The text must be in markdown format.Copyright © 2021. All rights reserved.