@Generated(value="software.amazon.awssdk:codegen") public final class ConnectorConfigResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorConfigResponse.Builder,ConnectorConfigResponse>
The full description of your connected cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorConfigResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
activationCode()
A unique code associated with the cluster for registration purposes.
|
Instant |
activationExpiry()
The expiration time of the connected cluster.
|
String |
activationId()
A unique ID associated with the cluster for registration purposes.
|
static ConnectorConfigResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
provider()
The cluster's cloud service provider.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorConfigResponse.Builder> |
serializableBuilderClass() |
ConnectorConfigResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String activationId()
A unique ID associated with the cluster for registration purposes.
public final String activationCode()
A unique code associated with the cluster for registration purposes.
public final Instant activationExpiry()
The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
public final String provider()
The cluster's cloud service provider.
public final String roleArn()
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
public ConnectorConfigResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorConfigResponse.Builder,ConnectorConfigResponse>public static ConnectorConfigResponse.Builder builder()
public static Class<? extends ConnectorConfigResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.