public static interface ConnectorDetail.Builder extends SdkPojo, CopyableBuilder<ConnectorDetail.Builder,ConnectorDetail>
| Modifier and Type | Method and Description |
|---|---|
ConnectorDetail.Builder |
applicationType(String applicationType)
The application type of the connector.
|
ConnectorDetail.Builder |
connectorDescription(String connectorDescription)
A description about the registered connector.
|
ConnectorDetail.Builder |
connectorLabel(String connectorLabel)
A label used for the connector.
|
ConnectorDetail.Builder |
connectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail.Builder |
connectorModes(String... connectorModes)
The connection mode that the connector supports.
|
ConnectorDetail.Builder |
connectorName(String connectorName)
The name of the connector.
|
ConnectorDetail.Builder |
connectorOwner(String connectorOwner)
The owner of the connector.
|
ConnectorDetail.Builder |
connectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail.Builder |
connectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
|
ConnectorDetail.Builder |
connectorType(ConnectorType connectorType)
The connector type.
|
ConnectorDetail.Builder |
connectorType(String connectorType)
The connector type.
|
ConnectorDetail.Builder |
connectorVersion(String connectorVersion)
The connector version.
|
ConnectorDetail.Builder |
registeredAt(Instant registeredAt)
The time at which the connector was registered.
|
ConnectorDetail.Builder |
registeredBy(String registeredBy)
The user who registered the connector.
|
ConnectorDetail.Builder |
supportedDataTransferTypes(Collection<SupportedDataTransferType> supportedDataTransferTypes)
The data transfer types that the connector supports.
|
ConnectorDetail.Builder |
supportedDataTransferTypes(SupportedDataTransferType... supportedDataTransferTypes)
The data transfer types that the connector supports.
|
ConnectorDetail.Builder |
supportedDataTransferTypesWithStrings(Collection<String> supportedDataTransferTypes)
The data transfer types that the connector supports.
|
ConnectorDetail.Builder |
supportedDataTransferTypesWithStrings(String... supportedDataTransferTypes)
The data transfer types that the connector supports.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectorDetail.Builder connectorDescription(String connectorDescription)
A description about the registered connector.
connectorDescription - A description about the registered connector.ConnectorDetail.Builder connectorName(String connectorName)
The name of the connector.
connectorName - The name of the connector.ConnectorDetail.Builder connectorOwner(String connectorOwner)
The owner of the connector.
connectorOwner - The owner of the connector.ConnectorDetail.Builder connectorVersion(String connectorVersion)
The connector version.
connectorVersion - The connector version.ConnectorDetail.Builder applicationType(String applicationType)
The application type of the connector.
applicationType - The application type of the connector.ConnectorDetail.Builder connectorType(String connectorType)
The connector type.
connectorType - The connector type.ConnectorType,
ConnectorTypeConnectorDetail.Builder connectorType(ConnectorType connectorType)
The connector type.
connectorType - The connector type.ConnectorType,
ConnectorTypeConnectorDetail.Builder connectorLabel(String connectorLabel)
A label used for the connector.
connectorLabel - A label used for the connector.ConnectorDetail.Builder registeredAt(Instant registeredAt)
The time at which the connector was registered.
registeredAt - The time at which the connector was registered.ConnectorDetail.Builder registeredBy(String registeredBy)
The user who registered the connector.
registeredBy - The user who registered the connector.ConnectorDetail.Builder connectorProvisioningType(String connectorProvisioningType)
The provisioning type that the connector uses.
connectorProvisioningType - The provisioning type that the connector uses.ConnectorProvisioningType,
ConnectorProvisioningTypeConnectorDetail.Builder connectorProvisioningType(ConnectorProvisioningType connectorProvisioningType)
The provisioning type that the connector uses.
connectorProvisioningType - The provisioning type that the connector uses.ConnectorProvisioningType,
ConnectorProvisioningTypeConnectorDetail.Builder connectorModes(Collection<String> connectorModes)
The connection mode that the connector supports.
connectorModes - The connection mode that the connector supports.ConnectorDetail.Builder connectorModes(String... connectorModes)
The connection mode that the connector supports.
connectorModes - The connection mode that the connector supports.ConnectorDetail.Builder supportedDataTransferTypesWithStrings(Collection<String> supportedDataTransferTypes)
The data transfer types that the connector supports.
Structured records.
Files or binary data.
supportedDataTransferTypes - The data transfer types that the connector supports.
Structured records.
Files or binary data.
ConnectorDetail.Builder supportedDataTransferTypesWithStrings(String... supportedDataTransferTypes)
The data transfer types that the connector supports.
Structured records.
Files or binary data.
supportedDataTransferTypes - The data transfer types that the connector supports.
Structured records.
Files or binary data.
ConnectorDetail.Builder supportedDataTransferTypes(Collection<SupportedDataTransferType> supportedDataTransferTypes)
The data transfer types that the connector supports.
Structured records.
Files or binary data.
supportedDataTransferTypes - The data transfer types that the connector supports.
Structured records.
Files or binary data.
ConnectorDetail.Builder supportedDataTransferTypes(SupportedDataTransferType... supportedDataTransferTypes)
The data transfer types that the connector supports.
Structured records.
Files or binary data.
supportedDataTransferTypes - The data transfer types that the connector supports.
Structured records.
Files or binary data.
Copyright © 2023. All rights reserved.