Interface DescribeReplicationGroupsResponse.Builder

    • Method Detail

      • marker

        DescribeReplicationGroupsResponse.Builder marker​(String marker)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        marker - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationGroups

        DescribeReplicationGroupsResponse.Builder replicationGroups​(Collection<ReplicationGroup> replicationGroups)

        A list of replication groups. Each item in the list contains detailed information about one replication group.

        Parameters:
        replicationGroups - A list of replication groups. Each item in the list contains detailed information about one replication group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationGroups

        DescribeReplicationGroupsResponse.Builder replicationGroups​(ReplicationGroup... replicationGroups)

        A list of replication groups. Each item in the list contains detailed information about one replication group.

        Parameters:
        replicationGroups - A list of replication groups. Each item in the list contains detailed information about one replication group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.