Addon.Builder |
Addon.Builder.addonArn(String addonArn) |
The Amazon Resource Name (ARN) of the add-on.
|
Addon.Builder |
Addon.Builder.addonName(String addonName) |
The name of the add-on.
|
Addon.Builder |
Addon.Builder.addonVersion(String addonVersion) |
The version of the add-on.
|
static Addon.Builder |
Addon.builder() |
|
Addon.Builder |
Addon.Builder.clusterName(String clusterName) |
The name of your cluster.
|
Addon.Builder |
Addon.Builder.configurationValues(String configurationValues) |
The configuration values that you provided.
|
Addon.Builder |
Addon.Builder.createdAt(Instant createdAt) |
The Unix epoch timestamp at object creation.
|
default Addon.Builder |
Addon.Builder.health(Consumer<AddonHealth.Builder> health) |
An object that represents the health of the add-on.
|
Addon.Builder |
Addon.Builder.health(AddonHealth health) |
An object that represents the health of the add-on.
|
default Addon.Builder |
Addon.Builder.marketplaceInformation(Consumer<MarketplaceInformation.Builder> marketplaceInformation) |
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
Addon.Builder |
Addon.Builder.marketplaceInformation(MarketplaceInformation marketplaceInformation) |
Information about an Amazon EKS add-on from the Amazon Web Services Marketplace.
|
Addon.Builder |
Addon.Builder.modifiedAt(Instant modifiedAt) |
The Unix epoch timestamp for the last modification to the object.
|
Addon.Builder |
Addon.Builder.owner(String owner) |
The owner of the add-on.
|
Addon.Builder |
Addon.Builder.podIdentityAssociations(String... podIdentityAssociations) |
An array of Pod Identity Assocations owned by the Addon.
|
Addon.Builder |
Addon.Builder.podIdentityAssociations(Collection<String> podIdentityAssociations) |
An array of Pod Identity Assocations owned by the Addon.
|
Addon.Builder |
Addon.Builder.publisher(String publisher) |
The publisher of the add-on.
|
Addon.Builder |
Addon.Builder.serviceAccountRoleArn(String serviceAccountRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that's bound to the Kubernetes ServiceAccount
object that the add-on uses.
|
Addon.Builder |
Addon.Builder.status(String status) |
The status of the add-on.
|
Addon.Builder |
Addon.Builder.status(AddonStatus status) |
The status of the add-on.
|
Addon.Builder |
Addon.Builder.tags(Map<String,String> tags) |
Metadata that assists with categorization and organization.
|
Addon.Builder |
Addon.toBuilder() |
|