| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfigResponse |
ConnectorConfigResponse.clone() |
ConnectorConfigResponse |
Cluster.getConnectorConfig()
The configuration used to connect to a cluster for registration.
|
ConnectorConfigResponse |
ConnectorConfigResponse.withActivationCode(String activationCode)
A unique code associated with the cluster for registration purposes.
|
ConnectorConfigResponse |
ConnectorConfigResponse.withActivationExpiry(Date activationExpiry)
The expiration time of the connected cluster.
|
ConnectorConfigResponse |
ConnectorConfigResponse.withActivationId(String activationId)
A unique ID associated with the cluster for registration purposes.
|
ConnectorConfigResponse |
ConnectorConfigResponse.withProvider(String provider)
The cluster's cloud service provider.
|
ConnectorConfigResponse |
ConnectorConfigResponse.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setConnectorConfig(ConnectorConfigResponse connectorConfig)
The configuration used to connect to a cluster for registration.
|
Cluster |
Cluster.withConnectorConfig(ConnectorConfigResponse connectorConfig)
The configuration used to connect to a cluster for registration.
|
Copyright © 2023. All rights reserved.