Interface RepositoryCatalogData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RepositoryCatalogData.Builder,
,RepositoryCatalogData> SdkBuilder<RepositoryCatalogData.Builder,
,RepositoryCatalogData> SdkPojo
- Enclosing class:
RepositoryCatalogData
-
Method Summary
Modifier and TypeMethodDescriptionThe longform description of the contents of the repository.architectures
(String... architectures) The architecture tags that are associated with the repository.architectures
(Collection<String> architectures) The architecture tags that are associated with the repository.description
(String description) The short description of the repository.The URL that contains the logo that's associated with the repository.marketplaceCertified
(Boolean marketplaceCertified) Indicates whether the repository is certified by Amazon Web Services Marketplace.operatingSystems
(String... operatingSystems) The operating system tags that are associated with the repository.operatingSystems
(Collection<String> operatingSystems) The operating system tags that are associated with the repository.The longform usage details of 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 Details
-
description
The short description of the repository.
- Parameters:
description
- The short description of the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logoUrl
The URL that contains the logo that's associated with the repository.
- Parameters:
logoUrl
- The URL that contains the logo that's associated with the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aboutText
The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.
- Parameters:
aboutText
- The longform description of the contents of the repository. This text appears in the repository details on the Amazon ECR Public Gallery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usageText
The longform usage details of the contents of the repository. The usage text provides context for users of the repository.
- Parameters:
usageText
- The longform usage details of the contents of the repository. The usage text provides context for users of the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketplaceCertified
Indicates whether the repository is certified by Amazon Web Services Marketplace.
- Parameters:
marketplaceCertified
- Indicates whether the repository is certified by Amazon Web Services Marketplace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-