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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorConfigResponse.BuilderactivationCode(String activationCode)A unique code associated with the cluster for registration purposes.ConnectorConfigResponse.BuilderactivationExpiry(Instant activationExpiry)The expiration time of the connected cluster.ConnectorConfigResponse.BuilderactivationId(String activationId)A unique ID associated with the cluster for registration purposes.ConnectorConfigResponse.Builderprovider(String provider)The cluster's cloud service provider.ConnectorConfigResponse.BuilderroleArn(String roleArn)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
activationId
ConnectorConfigResponse.Builder activationId(String 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
ConnectorConfigResponse.Builder activationCode(String 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
ConnectorConfigResponse.Builder activationExpiry(Instant 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
ConnectorConfigResponse.Builder provider(String 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
ConnectorConfigResponse.Builder roleArn(String 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.
-
-