Interface DescribeConnectorsResponse.Builder

    • Method Detail

      • connectorConfigurationsWithStrings

        DescribeConnectorsResponse.Builder connectorConfigurationsWithStrings​(Map<String,​ConnectorConfiguration> connectorConfigurations)

        The configuration that is applied to the connectors used in the flow.

        Parameters:
        connectorConfigurations - The configuration that is applied to the connectors used in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorConfigurations

        DescribeConnectorsResponse.Builder connectorConfigurations​(Map<ConnectorType,​ConnectorConfiguration> connectorConfigurations)

        The configuration that is applied to the connectors used in the flow.

        Parameters:
        connectorConfigurations - The configuration that is applied to the connectors used in the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        DescribeConnectorsResponse.Builder connectors​(Collection<ConnectorDetail> connectors)

        Information about the connectors supported in Amazon AppFlow.

        Parameters:
        connectors - Information about the connectors supported in Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        DescribeConnectorsResponse.Builder connectors​(ConnectorDetail... connectors)

        Information about the connectors supported in Amazon AppFlow.

        Parameters:
        connectors - Information about the connectors supported in Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeConnectorsResponse.Builder nextToken​(String nextToken)

        The pagination token for the next page of data.

        Parameters:
        nextToken - The pagination token for the next page of data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.