public static interface ConnectorConfigResponse.Builder extends SdkPojo, CopyableBuilder<ConnectorConfigResponse.Builder,ConnectorConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfigResponse.Builder |
activationCode(String activationCode)
A unique code associated with the cluster for registration purposes.
|
ConnectorConfigResponse.Builder |
activationExpiry(Instant activationExpiry)
The expiration time of the connected cluster.
|
ConnectorConfigResponse.Builder |
activationId(String activationId)
A unique ID associated with the cluster for registration purposes.
|
ConnectorConfigResponse.Builder |
provider(String provider)
The cluster's cloud service provider.
|
ConnectorConfigResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS services
from the connected Kubernetes cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorConfigResponse.Builder activationId(String activationId)
A unique ID associated with the cluster for registration purposes.
activationId - A unique ID associated with the cluster for registration purposes.ConnectorConfigResponse.Builder activationCode(String activationCode)
A unique code associated with the cluster for registration purposes.
activationCode - A unique code associated with the cluster for registration purposes.ConnectorConfigResponse.Builder activationExpiry(Instant activationExpiry)
The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
activationExpiry - The expiration time of the connected cluster. The cluster's YAML file must be applied through the
native provider.ConnectorConfigResponse.Builder provider(String provider)
The cluster's cloud service provider.
provider - The cluster's cloud service provider.ConnectorConfigResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS services from the connected Kubernetes cluster.
roleArn - The Amazon Resource Name (ARN) of the role that is used by the EKS connector to communicate with AWS
services from the connected Kubernetes cluster.Copyright © 2021. All rights reserved.