Interface GetReplicationJobsResponse.Builder

    • Method Detail

      • replicationJobList

        GetReplicationJobsResponse.Builder replicationJobList​(Collection<ReplicationJob> replicationJobList)

        Information about the replication jobs.

        Parameters:
        replicationJobList - Information about the replication jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationJobList

        GetReplicationJobsResponse.Builder replicationJobList​(ReplicationJob... replicationJobList)

        Information about the replication jobs.

        Parameters:
        replicationJobList - Information about the replication jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetReplicationJobsResponse.Builder nextToken​(String nextToken)

        The token required to retrieve the next set of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token required to retrieve the next set of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.