Interface ListReplicatorsRequest.Builder

    • Method Detail

      • maxResults

        ListReplicatorsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.

        Parameters:
        maxResults - The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListReplicatorsRequest.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.
      • replicatorNameFilter

        ListReplicatorsRequest.Builder replicatorNameFilter​(String replicatorNameFilter)

        Returns replicators starting with given name.

        Parameters:
        replicatorNameFilter - Returns replicators starting with given name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.