Interface ConnectorRuntimeSetting.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>, SdkBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>, SdkPojo
Enclosing class:
ConnectorRuntimeSetting

public static interface ConnectorRuntimeSetting.Builder extends SdkPojo, CopyableBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>
  • Method Details

    • 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

      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

      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

      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.