RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.aboutText(String aboutText) |
The longform description of the contents of the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.architectures(String... architectures) |
The architecture tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.architectures(Collection<String> architectures) |
The architecture tags that are associated with the repository.
|
static RepositoryCatalogData.Builder |
RepositoryCatalogData.builder() |
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.description(String description) |
The short description of the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.logoUrl(String logoUrl) |
The URL that contains the logo that's associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.marketplaceCertified(Boolean marketplaceCertified) |
Indicates whether the repository is certified by Amazon Web Services Marketplace.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.operatingSystems(String... operatingSystems) |
The operating system tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.operatingSystems(Collection<String> operatingSystems) |
The operating system tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.toBuilder() |
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.usageText(String usageText) |
The longform usage details of the contents of the repository.
|