Interface ListDataSourcesResponse.Builder

    • Method Detail

      • dataSourceSummaries

        ListDataSourcesResponse.Builder dataSourceSummaries​(Collection<DataSourceSummary> dataSourceSummaries)
        Sets the value of the DataSourceSummaries property for this object.
        Parameters:
        dataSourceSummaries - The new value for the DataSourceSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataSourceSummaries

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

        ListDataSourcesResponse.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.