| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.aboutText(String aboutText)
The longform description of the contents of the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.architectures(Collection<String> architectures)
The architecture tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.architectures(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 containing the logo associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.marketplaceCertified(Boolean marketplaceCertified)
Whether or not the repository is certified by AWS Marketplace.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.operatingSystems(Collection<String> operatingSystems)
The operating system tags that are associated with the repository.
|
RepositoryCatalogData.Builder |
RepositoryCatalogData.Builder.operatingSystems(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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RepositoryCatalogData.Builder> |
RepositoryCatalogData.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetRepositoryCatalogDataResponse.Builder |
GetRepositoryCatalogDataResponse.Builder.catalogData(Consumer<RepositoryCatalogData.Builder> catalogData)
The catalog metadata for the repository.
|
default PutRepositoryCatalogDataResponse.Builder |
PutRepositoryCatalogDataResponse.Builder.catalogData(Consumer<RepositoryCatalogData.Builder> catalogData)
The catalog data for the repository.
|
default CreateRepositoryResponse.Builder |
CreateRepositoryResponse.Builder.catalogData(Consumer<RepositoryCatalogData.Builder> catalogData)
Sets the value of the CatalogData property for this object.
|
Copyright © 2022. All rights reserved.