Interface ConnectorConfigResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConnectorConfigResponse.Builder,
,ConnectorConfigResponse> SdkBuilder<ConnectorConfigResponse.Builder,
,ConnectorConfigResponse> SdkPojo
- Enclosing class:
ConnectorConfigResponse
public static interface ConnectorConfigResponse.Builder
extends SdkPojo, CopyableBuilder<ConnectorConfigResponse.Builder,ConnectorConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactivationCode
(String activationCode) A unique code associated with the cluster for registration purposes.activationExpiry
(Instant activationExpiry) The expiration time of the connected cluster.activationId
(String activationId) A unique ID associated with the cluster for registration purposes.The cluster's cloud service provider.The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
activationId
A unique ID associated with the cluster for registration purposes.
- Parameters:
activationId
- A unique ID associated with the cluster for registration purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activationCode
A unique code associated with the cluster for registration purposes.
- Parameters:
activationCode
- A unique code associated with the cluster for registration purposes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activationExpiry
The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.
- Parameters:
activationExpiry
- The expiration time of the connected cluster. The cluster's YAML file must be applied through the native provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The cluster's cloud service provider.
- Parameters:
provider
- The cluster's cloud service provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the role to communicate with services from the connected Kubernetes cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-