Interface Connector.Builder

    • Method Detail

      • connectorArn

        Connector.Builder connectorArn​(String connectorArn)
        The ARN of the connector.
        Parameters:
        connectorArn - The ARN of the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        Connector.Builder id​(String id)
        A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
        Parameters:
        id - A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        Connector.Builder parameters​(Map<String,​String> parameters)
        The parameters or configuration that the connector uses.
        Parameters:
        parameters - The parameters or configuration that the connector uses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.