Interface ConnectorConfigResponse.Builder

  • Method Details

    • 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

      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.