Interface DescribeConnectorRequest.Builder

    • Method Detail

      • connectorType

        DescribeConnectorRequest.Builder connectorType​(String connectorType)

        The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

        Parameters:
        connectorType - The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorType, ConnectorType
      • connectorType

        DescribeConnectorRequest.Builder connectorType​(ConnectorType connectorType)

        The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.

        Parameters:
        connectorType - The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo. Please choose CUSTOMCONNECTOR for Lambda based custom connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectorType, ConnectorType
      • connectorLabel

        DescribeConnectorRequest.Builder connectorLabel​(String connectorLabel)

        The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

        Parameters:
        connectorLabel - The label of the connector. The label is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
        Returns:
        Returns a reference to this object so that method calls can be chained together.