Interface RepositoryCatalogDataInput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>,SdkBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>,SdkPojo
- Enclosing class:
- RepositoryCatalogDataInput
public static interface RepositoryCatalogDataInput.Builder extends SdkPojo, CopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryCatalogDataInput.BuilderaboutText(String aboutText)A detailed description of the contents of the repository.RepositoryCatalogDataInput.Builderarchitectures(String... architectures)The system architecture that the images in the repository are compatible with.RepositoryCatalogDataInput.Builderarchitectures(Collection<String> architectures)The system architecture that the images in the repository are compatible with.RepositoryCatalogDataInput.Builderdescription(String description)A short description of the contents of the repository.RepositoryCatalogDataInput.BuilderlogoImageBlob(SdkBytes logoImageBlob)The base64-encoded repository logo payload.RepositoryCatalogDataInput.BuilderoperatingSystems(String... operatingSystems)The operating systems that the images in the repository are compatible with.RepositoryCatalogDataInput.BuilderoperatingSystems(Collection<String> operatingSystems)The operating systems that the images in the repository are compatible with.RepositoryCatalogDataInput.BuilderusageText(String usageText)Detailed information about how to use the contents of the repository.-
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
-
description
RepositoryCatalogDataInput.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
architectures
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 appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
ARM -
ARM 64 -
x86 -
x86-64
- Parameters:
architectures- The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters.If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
ARM -
ARM 64 -
x86 -
x86-64
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
architectures
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 appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
ARM -
ARM 64 -
x86 -
x86-64
- Parameters:
architectures- The system architecture that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported architectures appear as badges on the repository and are used as search filters.If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
ARM -
ARM 64 -
x86 -
x86-64
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
operatingSystems
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 appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
Linux -
Windows
- Parameters:
operatingSystems- The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters.If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
Linux -
Windows
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
operatingSystems
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 appear as badges on the repository and are used as search filters.
If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
Linux -
Windows
- Parameters:
operatingSystems- The operating systems that the images in the repository are compatible with. On the Amazon ECR Public Gallery, the following supported operating systems appear as badges on the repository and are used as search filters.If an unsupported tag is added to your repository catalog data, it's associated with the repository and can be retrieved using the API but isn't discoverable in the Amazon ECR Public Gallery.
-
Linux -
Windows
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
logoImageBlob
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.
- Parameters:
logoImageBlob- The base64-encoded repository logo payload.The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aboutText
RepositoryCatalogDataInput.Builder aboutText(String aboutText)
A detailed description of the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.
- Parameters:
aboutText- A detailed description of the contents of the repository. It's publicly visible in the Amazon ECR Public Gallery. The text must be in markdown format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageText
RepositoryCatalogDataInput.Builder usageText(String usageText)
Detailed information about how to use the contents of the repository. It's 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.
- Parameters:
usageText- Detailed information about how to use the contents of the repository. It's 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-