| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
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 the cluster.
|
Addon.Builder |
Addon.Builder.createdAt(Instant createdAt)
The date and time that the add-on was created.
|
Addon.Builder |
Addon.Builder.health(AddonHealth health)
An object representing the health of the add-on.
|
default Addon.Builder |
Addon.Builder.health(Consumer<AddonHealth.Builder> health)
An object representing the health of the add-on.
|
Addon.Builder |
Addon.Builder.modifiedAt(Instant modifiedAt)
The date and time that the add-on was last modified.
|
Addon.Builder |
Addon.Builder.serviceAccountRoleArn(String serviceAccountRoleArn)
The Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used by the
add-on.
|
Addon.Builder |
Addon.Builder.status(AddonStatus status)
The status of the add-on.
|
Addon.Builder |
Addon.Builder.status(String status)
The status of the add-on.
|
Addon.Builder |
Addon.Builder.tags(Map<String,String> tags)
The metadata that you apply to the add-on to assist with categorization and organization.
|
Addon.Builder |
Addon.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Addon.Builder> |
Addon.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteAddonResponse.Builder |
DeleteAddonResponse.Builder.addon(Consumer<Addon.Builder> addon)
Sets the value of the Addon property for this object.
|
default CreateAddonResponse.Builder |
CreateAddonResponse.Builder.addon(Consumer<Addon.Builder> addon)
Sets the value of the Addon property for this object.
|
default DescribeAddonResponse.Builder |
DescribeAddonResponse.Builder.addon(Consumer<Addon.Builder> addon)
Sets the value of the Addon property for this object.
|
Copyright © 2022. All rights reserved.