Interface ListParallelDataResponse.Builder

    • Method Detail

      • parallelDataPropertiesList

        ListParallelDataResponse.Builder parallelDataPropertiesList​(Collection<ParallelDataProperties> parallelDataPropertiesList)

        The properties of the parallel data resources returned by this request.

        Parameters:
        parallelDataPropertiesList - The properties of the parallel data resources returned by this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parallelDataPropertiesList

        ListParallelDataResponse.Builder parallelDataPropertiesList​(ParallelDataProperties... parallelDataPropertiesList)

        The properties of the parallel data resources returned by this request.

        Parameters:
        parallelDataPropertiesList - The properties of the parallel data resources returned by this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListParallelDataResponse.Builder nextToken​(String nextToken)

        The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

        Parameters:
        nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
        Returns:
        Returns a reference to this object so that method calls can be chained together.