Interface ListDirectQueryDataSourcesResponse.Builder

    • Method Detail

      • nextToken

        ListDirectQueryDataSourcesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directQueryDataSources

        ListDirectQueryDataSourcesResponse.Builder directQueryDataSources​(Collection<DirectQueryDataSource> directQueryDataSources)

        A list of the direct query data sources that are returned by the ListDirectQueryDataSources API operation.

        Parameters:
        directQueryDataSources - A list of the direct query data sources that are returned by the ListDirectQueryDataSources API operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directQueryDataSources

        ListDirectQueryDataSourcesResponse.Builder directQueryDataSources​(DirectQueryDataSource... directQueryDataSources)

        A list of the direct query data sources that are returned by the ListDirectQueryDataSources API operation.

        Parameters:
        directQueryDataSources - A list of the direct query data sources that are returned by the ListDirectQueryDataSources API operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.