@Generated(value="software.amazon.awssdk:codegen") public final class Addon extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Addon.Builder,Addon>
An Amazon EKS add-on.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Addon.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addonArn()
The Amazon Resource Name (ARN) of the add-on.
|
String |
addonName()
The name of the add-on.
|
String |
addonVersion()
The version of the add-on.
|
static Addon.Builder |
builder() |
String |
clusterName()
The name of the cluster.
|
Instant |
createdAt()
The date and time that the add-on was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
AddonHealth |
health()
An object that represents the health of the add-on.
|
Instant |
modifiedAt()
The date and time that the add-on was last modified.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Addon.Builder> |
serializableBuilderClass() |
String |
serviceAccountRoleArn()
The Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used by the
add-on.
|
AddonStatus |
status()
The status of the add-on.
|
String |
statusAsString()
The status of the add-on.
|
Map<String,String> |
tags()
The metadata that you apply to the cluster to assist with categorization and organization.
|
Addon.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String addonName()
The name of the add-on.
public String clusterName()
The name of the cluster.
public AddonStatus status()
The status of the add-on.
If the service returns an enum value that is not available in the current SDK version, status will
return AddonStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AddonStatuspublic String statusAsString()
The status of the add-on.
If the service returns an enum value that is not available in the current SDK version, status will
return AddonStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AddonStatuspublic String addonVersion()
The version of the add-on.
public AddonHealth health()
An object that represents the health of the add-on.
public String addonArn()
The Amazon Resource Name (ARN) of the add-on.
public Instant createdAt()
The date and time that the add-on was created.
public Instant modifiedAt()
The date and time that the add-on was last modified.
public String serviceAccountRoleArn()
The Amazon Resource Name (ARN) of the IAM role that is bound to the Kubernetes service account used by the add-on.
public boolean hasTags()
public Map<String,String> tags()
The metadata that you apply to the cluster to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Cluster tags do not propagate to any other resources associated with the cluster.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public Addon.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Addon.Builder,Addon>public static Addon.Builder builder()
public static Class<? extends Addon.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.