Interface ListAnalyticsDataAssociationsResponse.Builder

    • Method Detail

      • results

        ListAnalyticsDataAssociationsResponse.Builder results​(Collection<AnalyticsDataAssociationResult> results)

        An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.

        Parameters:
        results - An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • results

        ListAnalyticsDataAssociationsResponse.Builder results​(AnalyticsDataAssociationResult... results)

        An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.

        Parameters:
        results - An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAnalyticsDataAssociationsResponse.Builder nextToken​(String nextToken)

        If there are additional results, this is the token for the next set of results.

        Parameters:
        nextToken - If there are additional results, this is the token for the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.