public static interface RepositoryCatalogData.Builder extends SdkPojo, CopyableBuilder<RepositoryCatalogData.Builder,RepositoryCatalogData>
| Modifier and Type | Method and Description |
|---|---|
RepositoryCatalogData.Builder |
aboutText(String aboutText)
The longform description of the contents of the repository.
|
RepositoryCatalogData.Builder |
architectures(Collection<String> architectures)
The architecture tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
architectures(String... architectures)
The architecture tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
description(String description)
The short description of the repository.
|
RepositoryCatalogData.Builder |
logoUrl(String logoUrl)
The URL containing the logo associated with the repository.
|
RepositoryCatalogData.Builder |
marketplaceCertified(Boolean marketplaceCertified)
Whether or not the repository is certified by AWS Marketplace.
|
RepositoryCatalogData.Builder |
operatingSystems(Collection<String> operatingSystems)
The operating system tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
operatingSystems(String... operatingSystems)
The operating system tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
usageText(String usageText)
The longform usage details of the contents of the repository.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryCatalogData.Builder description(String description)
The short description of the repository.
description - The short description of the repository.RepositoryCatalogData.Builder architectures(Collection<String> architectures)
The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
architectures - The architecture tags that are associated with the repository. Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
RepositoryCatalogData.Builder architectures(String... architectures)
The architecture tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
architectures - The architecture tags that are associated with the repository. Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
RepositoryCatalogData.Builder operatingSystems(Collection<String> operatingSystems)
The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
operatingSystems - The operating system tags that are associated with the repository. Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
RepositoryCatalogData.Builder operatingSystems(String... operatingSystems)
The operating system tags that are associated with the repository.
Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
operatingSystems - The operating system tags that are associated with the repository. Only supported operating system tags appear publicly in the Amazon ECR Public Gallery. For more information, see RepositoryCatalogDataInput.
RepositoryCatalogData.Builder logoUrl(String logoUrl)
The URL containing the logo associated with the repository.
logoUrl - The URL containing the logo associated with the repository.RepositoryCatalogData.Builder aboutText(String aboutText)
The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
aboutText - The longform description of the contents of the repository. This text appears in the repository
details on the Amazon ECR Public Gallery.RepositoryCatalogData.Builder usageText(String usageText)
The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
usageText - The longform usage details of the contents of the repository. The usage text provides context for
users of the repository.RepositoryCatalogData.Builder marketplaceCertified(Boolean marketplaceCertified)
Whether or not the repository is certified by AWS Marketplace.
marketplaceCertified - Whether or not the repository is certified by AWS Marketplace.Copyright © 2022. All rights reserved.