Interface ConnectorRuntimeSetting.Builder

    • Method Detail

      • key

        ConnectorRuntimeSetting.Builder key​(String key)

        Contains value information about the connector runtime setting.

        Parameters:
        key - Contains value information about the connector runtime setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        ConnectorRuntimeSetting.Builder dataType​(String dataType)

        Data type of the connector runtime setting.

        Parameters:
        dataType - Data type of the connector runtime setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRequired

        ConnectorRuntimeSetting.Builder isRequired​(Boolean isRequired)

        Indicates whether this connector runtime setting is required.

        Parameters:
        isRequired - Indicates whether this connector runtime setting is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • label

        ConnectorRuntimeSetting.Builder label​(String label)

        A label used for connector runtime setting.

        Parameters:
        label - A label used for connector runtime setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        ConnectorRuntimeSetting.Builder description​(String description)

        A description about the connector runtime setting.

        Parameters:
        description - A description about the connector runtime setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        ConnectorRuntimeSetting.Builder scope​(String scope)

        Indicates the scope of the connector runtime setting.

        Parameters:
        scope - Indicates the scope of the connector runtime setting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorSuppliedValueOptions

        ConnectorRuntimeSetting.Builder connectorSuppliedValueOptions​(Collection<String> connectorSuppliedValueOptions)

        Contains default values for the connector runtime setting that are supplied by the connector.

        Parameters:
        connectorSuppliedValueOptions - Contains default values for the connector runtime setting that are supplied by the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorSuppliedValueOptions

        ConnectorRuntimeSetting.Builder connectorSuppliedValueOptions​(String... connectorSuppliedValueOptions)

        Contains default values for the connector runtime setting that are supplied by the connector.

        Parameters:
        connectorSuppliedValueOptions - Contains default values for the connector runtime setting that are supplied by the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.