Interface AddonInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AddonInfo.Builder,,AddonInfo> SdkBuilder<AddonInfo.Builder,,AddonInfo> SdkPojo
- Enclosing class:
 AddonInfo
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the add-on.addonVersions(Collection<AddonVersionInfo> addonVersions) An object representing information about available add-on versions and compatible Kubernetes versions.addonVersions(Consumer<AddonVersionInfo.Builder>... addonVersions) An object representing information about available add-on versions and compatible Kubernetes versions.addonVersions(AddonVersionInfo... addonVersions) An object representing information about available add-on versions and compatible Kubernetes versions.default AddonInfo.BuildermarketplaceInformation(Consumer<MarketplaceInformation.Builder> marketplaceInformation) Information about the add-on from the Amazon Web Services Marketplace.marketplaceInformation(MarketplaceInformation marketplaceInformation) Information about the add-on from the Amazon Web Services Marketplace.The owner of the add-on.The publisher of the add-on.The type of the add-on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
addonName
The name of the add-on.
- Parameters:
 addonName- The name of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of the add-on.
- Parameters:
 type- The type of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
addonVersions
An object representing information about available add-on versions and compatible Kubernetes versions.
- Parameters:
 addonVersions- An object representing information about available add-on versions and compatible Kubernetes versions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
addonVersions
An object representing information about available add-on versions and compatible Kubernetes versions.
- Parameters:
 addonVersions- An object representing information about available add-on versions and compatible Kubernetes versions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
addonVersions
An object representing information about available add-on versions and compatible Kubernetes versions.
This is a convenience method that creates an instance of theAddonVersionInfo.Builderavoiding the need to create one manually viaAddonVersionInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddonVersions(List<AddonVersionInfo>).- Parameters:
 addonVersions- a consumer that will call methods onAddonVersionInfo.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
publisher
The publisher of the add-on.
- Parameters:
 publisher- The publisher of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
owner
The owner of the add-on.
- Parameters:
 owner- The owner of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
marketplaceInformation
Information about the add-on from the Amazon Web Services Marketplace.
- Parameters:
 marketplaceInformation- Information about the add-on from the Amazon Web Services Marketplace.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
marketplaceInformation
default AddonInfo.Builder marketplaceInformation(Consumer<MarketplaceInformation.Builder> marketplaceInformation) Information about the add-on from the Amazon Web Services Marketplace.
This is a convenience method that creates an instance of theMarketplaceInformation.Builderavoiding the need to create one manually viaMarketplaceInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomarketplaceInformation(MarketplaceInformation).- Parameters:
 marketplaceInformation- a consumer that will call methods onMarketplaceInformation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -