public static interface ConnectorRuntimeSetting.Builder extends SdkPojo, CopyableBuilder<ConnectorRuntimeSetting.Builder,ConnectorRuntimeSetting>
| Modifier and Type | Method and Description |
|---|---|
ConnectorRuntimeSetting.Builder |
connectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting.Builder |
connectorSuppliedValueOptions(String... connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
|
ConnectorRuntimeSetting.Builder |
dataType(String dataType)
Data type of the connector runtime setting.
|
ConnectorRuntimeSetting.Builder |
description(String description)
A description about the connector runtime setting.
|
ConnectorRuntimeSetting.Builder |
isRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
|
ConnectorRuntimeSetting.Builder |
key(String key)
Contains value information about the connector runtime setting.
|
ConnectorRuntimeSetting.Builder |
label(String label)
A label used for connector runtime setting.
|
ConnectorRuntimeSetting.Builder |
scope(String scope)
Indicates the scope of the connector runtime setting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorRuntimeSetting.Builder key(String key)
Contains value information about the connector runtime setting.
key - Contains value information about the connector runtime setting.ConnectorRuntimeSetting.Builder dataType(String dataType)
Data type of the connector runtime setting.
dataType - Data type of the connector runtime setting.ConnectorRuntimeSetting.Builder isRequired(Boolean isRequired)
Indicates whether this connector runtime setting is required.
isRequired - Indicates whether this connector runtime setting is required.ConnectorRuntimeSetting.Builder label(String label)
A label used for connector runtime setting.
label - A label used for connector runtime setting.ConnectorRuntimeSetting.Builder description(String description)
A description about the connector runtime setting.
description - A description about the connector runtime setting.ConnectorRuntimeSetting.Builder scope(String scope)
Indicates the scope of the connector runtime setting.
scope - Indicates the scope of the connector runtime setting.ConnectorRuntimeSetting.Builder connectorSuppliedValueOptions(Collection<String> connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
connectorSuppliedValueOptions - Contains default values for the connector runtime setting that are supplied by the connector.ConnectorRuntimeSetting.Builder connectorSuppliedValueOptions(String... connectorSuppliedValueOptions)
Contains default values for the connector runtime setting that are supplied by the connector.
connectorSuppliedValueOptions - Contains default values for the connector runtime setting that are supplied by the connector.Copyright © 2023. All rights reserved.