Interface ListReplicatorsResponse.Builder

    • Method Detail

      • nextToken

        ListReplicatorsResponse.Builder nextToken​(String nextToken)

        If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.

        Parameters:
        nextToken - If the response of ListReplicators is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListReplicators.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicators

        ListReplicatorsResponse.Builder replicators​(Collection<ReplicatorSummary> replicators)

        List containing information of each of the replicators in the account.

        Parameters:
        replicators - List containing information of each of the replicators in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicators

        ListReplicatorsResponse.Builder replicators​(ReplicatorSummary... replicators)

        List containing information of each of the replicators in the account.

        Parameters:
        replicators - List containing information of each of the replicators in the account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.