@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 add-on 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 final String addonName()
The name of the add-on.
public final String clusterName()
The name of the cluster.
public final 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 final 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 final String addonVersion()
The version of the add-on.
public final AddonHealth health()
An object that represents the health of the add-on.
public final String addonArn()
The Amazon Resource Name (ARN) of the add-on.
public final Instant createdAt()
The date and time that the add-on was created.
public final Instant modifiedAt()
The date and time that the add-on was last modified.
public final 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 final boolean hasTags()
public final Map<String,String> tags()
The metadata that you apply to the add-on to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Add-on 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.