@Generated(value="software.amazon.awssdk:codegen") public final class RepositoryCatalogDataInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>
An object containing the catalog data for a repository. This data is publicly visible in the Amazon ECR Public Gallery.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RepositoryCatalogDataInput.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aboutText()
A detailed description of the contents of the repository.
|
List<String> |
architectures()
The system architecture that the images in the repository are compatible with.
|
static RepositoryCatalogDataInput.Builder |
builder() |
String |
description()
A short description of the contents of the repository.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasArchitectures()
Returns true if the Architectures property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasOperatingSystems()
Returns true if the OperatingSystems property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
SdkBytes |
logoImageBlob()
The base64-encoded repository logo payload.
|
List<String> |
operatingSystems()
The operating systems that the images in the repository are compatible with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RepositoryCatalogDataInput.Builder> |
serializableBuilderClass() |
RepositoryCatalogDataInput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usageText()
Detailed information on how to use the contents of the repository.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final boolean hasArchitectures()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasArchitectures() to see if a value was sent in this field.
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.
public final boolean hasOperatingSystems()
public final List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasOperatingSystems() to see if a value was sent in this field.
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.
public final SdkBytes logoImageBlob()
The base64-encoded repository logo payload.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
The repository logo is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
public final 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.
public final 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.
public RepositoryCatalogDataInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RepositoryCatalogDataInput.Builder,RepositoryCatalogDataInput>public static RepositoryCatalogDataInput.Builder builder()
public static Class<? extends RepositoryCatalogDataInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.