Interface ConnectorConfigResponse.Builder

    • 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.